Skip to content
stefanfoulis edited this page Feb 13, 2011 · 1 revision

Todo

serve private files

  • configurable storage backends for public and private files
  • serve private files with permission checks
  • smart serving (X-Sendfile)

refactor permission system

  • no more request objects in the models
  • better ui
  • auth backend
  • cleaner

Polymorphic

  • e.g django-polymorphic-models

Collections

  • collections are like structured tags ( a file can be in multiple collections)
  • are folders still needed?

Prettypath

  • no more dates in path (random numbers?, md5?)
  • allow enforcing certain (physical) paths for certain files (e.g avatars should always be like /media/avatars/username.jpg

frontend widgets

  • file and image widget for use outside of the admin (upload only)