tune rq admin

This commit is contained in:
Your Name 2021-12-13 00:18:15 -05:00
parent a5449b3294
commit a3960d4639
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -10,3 +10,4 @@ openpyxl
psycopg2
requests
filetype
setproctitle