mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Add DJANGO_ALLOWED_HOSTS variable to the env.example file
This commit is contained in:
parent
b13bd0578e
commit
734fef14e8
|
@ -3,6 +3,7 @@ POSTGRES_USER=postgresuser
|
|||
|
||||
DJANGO_SETTINGS_MODULE=config.settings.production
|
||||
DJANGO_SECRET_KEY=
|
||||
DJANGO_ALLOWED_HOSTS=
|
||||
DJANGO_AWS_ACCESS_KEY_ID=
|
||||
DJANGO_AWS_SECRET_ACCESS_KEY=
|
||||
DJANGO_AWS_STORAGE_BUCKET_NAME=
|
||||
|
|
Loading…
Reference in New Issue
Block a user