Django Media Tree Demo Project

It worked! Welcome to a quick demonstration of Django Media Tree.

Administration

Please log into the administration site to see how FileNode objects are administrated.

Username: admin, Password: admin

Documentation

Generic Views

This application includes class-based generic views that enable you to access FileNode objects through public URLs. Please see the Demo Project's urls.py for an example of how to use them. Of course you can also extend the generic view classes to create views that suit your specific requirements.

{% block content %}Please select one of the example views above.{% endblock %}