mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Add the DJANGO_ADMIN_URL to app.json
This commit is contained in:
parent
ab62fdb4ac
commit
6dbf4e88d6
|
@ -12,6 +12,10 @@
|
|||
"description": "Comma-separated list of hosts",
|
||||
"value": ".herokuapp.com"
|
||||
},
|
||||
"DJANGO_ADMIN_URL": {
|
||||
"description": "A secret URL for the Django admin",
|
||||
"generator": "secret"
|
||||
},
|
||||
"DJANGO_AWS_ACCESS_KEY_ID": "",
|
||||
"DJANGO_AWS_SECRET_ACCESS_KEY": "",
|
||||
"DJANGO_AWS_STORAGE_BUCKET_NAME": "",
|
||||
|
|
Loading…
Reference in New Issue
Block a user