mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Production settings typo
(testing basic pull request before submitting more)
This commit is contained in:
parent
8da7fe5f03
commit
d18d3a2ab7
|
@ -106,7 +106,7 @@ AWS_HEADERS = {
|
|||
# stored files.
|
||||
MEDIA_URL = 'https://s3.amazonaws.com/%s/' % AWS_STORAGE_BUCKET_NAME
|
||||
|
||||
# Static Assests
|
||||
# Static Assets
|
||||
# ------------------------
|
||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||
STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage'
|
||||
|
|
Loading…
Reference in New Issue
Block a user