Admin interface overview

class media_tree.admin.filenode_admin.FileNodeAdmin(*args, **kwargs)

The FileNodeAdmin aims to let you manage your media files on the web like you are used to on your desktop computer.

Mimicking the file explorer of an operating system, you can browse your virtual folder structure, copy and move items, upload more media files, and perform many other tasks.

The FileNodeAdmin can be used in your own Django projects, serving as a file selection dialog when linking FileNode objects to your own models.

You can also extend the admin interface in many different fashions to suit your custom requirements. Please refer to Extending Django Media Tree for more information about extending Media Tree.

Previous topic

Installing Media Tree

Next topic

The FileNode model

This Page