diff --git a/babybuddy/settings/development.py b/babybuddy/settings/development.py index 8dfc09a1..fda3479f 100644 --- a/babybuddy/settings/development.py +++ b/babybuddy/settings/development.py @@ -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'