django-rq
django-rq copied to clipboard
django-rq not showing up in admin sidebar
I'm in the process of upgrading my site from Django 3.0 to 3.2. Django 3.2 seems to have introduced a new sidebar UI in the admin.
- If I go to https://localhost:8000/admin, it looks just like before, and there is a section for "Django RQ"
- If I go into any of the apps, then the sidebar UI takes over, and there is no section for "Django RQ"
- Going directly to https://localhost:8000/admin/django-rq still works
More an inconvenience than anything else. I'm hoping this is a shallow issue for someone.
Mind opening a PR for this?
#512 makes the django 3.2+ sidebar work by using a ModelAdmin class instead of overriding a template file.