Fixing the build

This commit is contained in:
Daniel Roy Greenfeld 2015-10-03 15:42:33 -07:00
parent 6dbf4e88d6
commit 9b34bf16ec
2 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@ BROKER_URL = env("CELERY_BROKER_URL", default='django://')
########## END CELERY
{% endif %}
# Location of root django.contrib.admin URL, use {% url 'admin:index' %}
# Location of root django.contrib.admin URL, use {% raw %}{% url 'admin:index' %}{% endraw %}
ADMIN_URL = r'^admin/'
# Your common stuff: Below this line define 3rd party library settings

View File

@ -218,7 +218,7 @@ RAVEN_CONFIG = {
}
{% endif %}
# Custom Admin URL, use {% url 'admin:index' %}
# Custom Admin URL, use {% raw %}{% url 'admin:index' %}{% endraw %}
ADMIN_URL = env('ADMIN_URL')
# Your production stuff: Below this line define 3rd party library settings