Skip to content
Snippets Groups Projects
Verified Commit 2167c173 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Removed duplicate variable

parent 66802d50
No related branches found
No related tags found
No related merge requests found
......@@ -310,7 +310,7 @@ CELERY_BROKER_URL = env(
"CELERY_BROKER_URL", default=env('CACHE_URL', default=CACHE_DEFAULT))
########## END CELERY
# Location of root django.contrib.admin URL, use {% url 'admin:index' %}
ADMIN_URL = r'^admin/'
# Your common stuff: Below this line define 3rd party library settings
CELERY_TASK_DEFAULT_RATE_LIMIT = 1
CELERY_TASK_TIME_LIMIT = 300
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment