mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 19:44:00 +03:00
Merge pull request #397 from ChrisPappalardo/master
changed ADMIN_URL to DJANGO_ADMIN_URL in env.example
This commit is contained in:
commit
0be1b8ebbe
|
@ -1,7 +1,7 @@
|
|||
POSTGRES_PASSWORD=mysecretpass
|
||||
POSTGRES_USER=postgresuser
|
||||
|
||||
ADMIN_URL=
|
||||
DJANGO_ADMIN_URL=
|
||||
DJANGO_SETTINGS_MODULE=config.settings.production
|
||||
DJANGO_SECRET_KEY=CHANGEME!!!
|
||||
DJANGO_ALLOWED_HOSTS=.{{ cookiecutter.domain_name }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user