mirror of https://github.com/snachodog/mybuddy.git
Add note to dev settings re: testing production assets.
This commit is contained in:
parent
fbddd69782
commit
d5d8a20922
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue