You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Erik Stein 65f4314f40 Release 0.2. 3 years ago
shared Use django-imagefield instead of imagekit; admin improvements. 3 years ago
.gitignore Initial import. 6 years ago
AUTHORS Initial import. 6 years ago
CHANGES Release 0.2. 3 years ago
LICENSE Initial import. 6 years ago
MANIFEST.in Include all relevant package data files. 5 years ago
README.md Remove default migrations. 6 years ago
TODO Initial import. 6 years ago
setup.py Added django-imagefield dependency. 5 years ago

README.md

django-shared-mediaarchive

Partially based an django-cabinet by Feinheit AG.

We don't use a fixed directory structured for managing files but a hierarchical structure of categories called "working folders". An uploaded file can be part of multiple categories. Filesystem locations are fully transparent and request paths will be calculated dynamically based on metadata.

Needs at least Django 1.11.

The migrations must be kept in the project, using the MIGRATION_MODULES setting.

MIGRATION_MODULES = { 'media_archive': 'app.db_migrations.media_archive', }