Settings

Default settings

VINTAGE_SETTINGS = {
    'METADATA_FORM': 'vintage.metadata_form.MetadataForm',
    'STORAGE': settings.DEFAULT_FILE_STORAGE,
}

METADATA_FORM

This string is a Python path to the Django Form that displays, manages and validates the metadata.

STORAGE

The Django storage class to use for saving the ArchivedFiles.

Project Versions

Table Of Contents

Previous topic

Reference

Next topic

Model Reference