mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-10 20:04:18 +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
|
||||
stepmr / @stepmr
|
||||
Adam Bogdał / @bogdal
|
||||
Barclay Gauld /@yunti
|
||||
|
||||
* Possesses commit rights
|
||||
|
||||
|
|
|
@ -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