Django settings
May 16, 2023 |
permanent
Django settings #
DEBUG #
DEFAULT_FILE_STORAGE #
Default: 'django.core.files.storage.FileSystemStorage'
Default file storage class to be used for any file-related operations that don’t specify a particular storage system. See Managing files.
STATICFILES_STORAGE #
Default: 'django.contrib.staticfiles.storage.StaticFilesStorage'
The file storage engine to use when collecting static files with the collectstatic management command.