Add note to dev settings re: testing production assets.

This commit is contained in:
Christopher C. Wells 2019-07-10 19:26:10 -07:00
parent fbddd69782
commit d5d8a20922
1 changed files with 4 additions and 0 deletions

View File

@ -20,7 +20,11 @@ DATABASES = {
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.11/howto/static-files/
#
# Comment out STATICFILES_STORAGE and uncomment DEBUG = False to test with
# production static files.
# DEBUG = False
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'