From a3960d4639fc6920ca927ab8f81f2b1d28029546 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 13 Dec 2021 00:18:15 -0500 Subject: [PATCH] tune rq admin --- boofilsic/urls.py | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/boofilsic/urls.py b/boofilsic/urls.py index ca0996d4..e6025f89 100644 --- a/boofilsic/urls.py +++ b/boofilsic/urls.py @@ -34,7 +34,7 @@ urlpatterns = [ ] urlpatterns += [ - path('django-rq/', include('django_rq.urls')) + path(settings.ADMIN_URL + '-rq/', include('django_rq.urls')) ] if settings.DEBUG: diff --git a/requirements.txt b/requirements.txt index 452a17f4..9e83c89a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ openpyxl psycopg2 requests filetype +setproctitle