tune rq admin
This commit is contained in:
parent
a5449b3294
commit
a3960d4639
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -10,3 +10,4 @@ openpyxl
|
|||
psycopg2
|
||||
requests
|
||||
filetype
|
||||
setproctitle
|
||||
|
|
Loading…
Add table
Reference in a new issue