mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Fixing the build
This commit is contained in:
parent
6dbf4e88d6
commit
9b34bf16ec
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user