3👍
✅
(r'^admin/django_rq/', include('django_rq.urls'))
must be before
url(r'^admin/', include(admin.site.urls))
👤Max
1👍
I’ve updated the installation instructions in django-rq’s README.rst to drop the “admin” prefix from django-rq’s URL pattern so Hugo’s issue shouldn’t happen again.
- [Django]-Unable to use curl to get a token with Django OAuth Toolkit
- [Django]-Django + nginx in docker containers: can not upload any file with forms
- [Django]-Django / MySQL: How to do Autonomous Transactions (commit only sub-set of queries)?
- [Django]-Django duplicate model definition/fields
Source:stackexchange.com