Merge branch 'master' of github.com:jayfk/cookiecutter-django

This commit is contained in:
Jannis Gebauer 2015-10-24 18:46:29 +02:00
commit a05d1c99e9

View File

@ -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