mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 14:04:52 +03:00
Merge ee347d9eb0
into baf08b2f5f
This commit is contained in:
commit
bda59e8799
|
@ -33,6 +33,12 @@ TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
|
||||||
# Note: This key only used for development and testing.
|
# Note: This key only used for development and testing.
|
||||||
SECRET_KEY = env('DJANGO_SECRET_KEY', default='!!!SET DJANGO_SECRET_KEY!!!')
|
SECRET_KEY = env('DJANGO_SECRET_KEY', default='!!!SET DJANGO_SECRET_KEY!!!')
|
||||||
|
|
||||||
|
# SITE CONFIGURATION
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
# Hosts/domain names that are valid for this site
|
||||||
|
# See https://docs.djangoproject.com/en/1.10/ref/settings/#allowed-hosts
|
||||||
|
ALLOWED_HOSTS = env.list('DJANGO_ALLOWED_HOSTS', default=[])
|
||||||
|
|
||||||
# Mail settings
|
# Mail settings
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user