django-gfiles models
- class gfiles.models.GenericFile(*args, **kwargs)
Model for managing generic files. Files can either be saved as symlink or copied to the data file store based on what has been set in the settings file MEDIA_ROOT parameter
- exception DoesNotExist
- exception MultipleObjectsReturned
- class gfiles.models.TrackTasks(*args, **kwargs)
Model for tracking Celery tasks to users. If django-db is being used for the Celery backend then the taskid is already stored in the Django database. However this will not record the user, also this database table will be missing if redis or rabbitmq is used for the backend.
- exception DoesNotExist
- exception MultipleObjectsReturned