Django-filetags

This is my first public repository. This application was created for the project which I am developing in the company where I currently work. It pressents different approach to manage files. It would be the best to show you how it works.

Instalation and configuration is described at https://bitbucket.org/eshlox/django-filetags.

Django file manager. Features:

  • adding files with own title (which will be the name of file), description and tags
  • tags with autocompletion
  • specify file types that can be uploaded (based on MimeType)
  • grouping file types
  • edition, files are overwritten with the same name
  • search by tags and group of files (jquery, search results change automatically when you enter tags and selecting groups of files + pagination)
  • ability to generate different sizes of image files
  • for each file: preview title, comment, tags, thumbnails, buttons: download, copy url to clipboard (require flash), select (currently works only with CKEditor)
  • delete files ( immediately remove thumbnails, unused tags and mimetypes)
  • built-in permissions (add, change, delete, view)
  • locales: EN, PL

After installation I set the permissions for users. I specify who can add files, delete, modify and view.

django-filetags permissions

By default, the application can be found at /filetags/.

This is the first screen.