django-articleappkit v0.1 documentation

Fields

ModelUploadFileField

class ModelUploadFileField

This subclass of FileField allows for the upload_to parameter to default to the name of the model.

You can still specify an upload_to parameter and the field will use it.