django-rq icon indicating copy to clipboard operation
django-rq copied to clipboard

django-rq not showing up in admin sidebar

Open ccurvey opened this issue 3 years ago • 2 comments

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.

ccurvey avatar May 14 '21 13:05 ccurvey

Mind opening a PR for this?

selwin avatar Aug 24 '21 00:08 selwin

#512 makes the django 3.2+ sidebar work by using a ModelAdmin class instead of overriding a template file.

haakenlid avatar Sep 27 '21 23:09 haakenlid