mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 09:32:26 +03:00
Merge pull request #330 from yunti/yunti-typo
fix small typo in production settings file
This commit is contained in:
commit
37f19c3af0
|
@ -51,6 +51,7 @@ Jannis Gebauer / @got_nil
|
||||||
jayfk / @jayfk
|
jayfk / @jayfk
|
||||||
stepmr / @stepmr
|
stepmr / @stepmr
|
||||||
Adam Bogdał / @bogdal
|
Adam Bogdał / @bogdal
|
||||||
|
Barclay Gauld /@yunti
|
||||||
|
|
||||||
* Possesses commit rights
|
* Possesses commit rights
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ AWS_HEADERS = {
|
||||||
# stored files.
|
# stored files.
|
||||||
MEDIA_URL = 'https://s3.amazonaws.com/%s/' % AWS_STORAGE_BUCKET_NAME
|
MEDIA_URL = 'https://s3.amazonaws.com/%s/' % AWS_STORAGE_BUCKET_NAME
|
||||||
|
|
||||||
# Static Assests
|
# Static Assets
|
||||||
# ------------------------
|
# ------------------------
|
||||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||||
STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage'
|
STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user