From a6e10f6600489a122158aeec38bb7f7ca40203db Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Sat, 3 Oct 2015 17:08:11 -0700 Subject: [PATCH] Correct production name --- {{cookiecutter.repo_name}}/config/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/config/settings/production.py b/{{cookiecutter.repo_name}}/config/settings/production.py index 43628659..e21bc59b 100644 --- a/{{cookiecutter.repo_name}}/config/settings/production.py +++ b/{{cookiecutter.repo_name}}/config/settings/production.py @@ -218,6 +218,6 @@ RAVEN_CONFIG = { } {% endif %} # Custom Admin URL, use {% raw %}{% url 'admin:index' %}{% endraw %} -ADMIN_URL = env('ADMIN_URL') +ADMIN_URL = env('DJANGO_ADMIN_URL') # Your production stuff: Below this line define 3rd party library settings