Changes between Version 2 and Version 3 of Ticket #32692


Ignore:
Timestamp:
Apr 28, 2021, 6:44:50 AM (3 years ago)
Author:
Manel Clos
Comment:

Hi, I reviewed #30402 and it is not the same bug. Also, the steps to reproduce show that the admin site is customised inside the main project as you suggest. Reopening.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32692

    • Property Resolution duplicate
    • Property Status closednew
  • Ticket #32692 – Description

    v2 v3  
    2121
    2222**Workaroud**
    23 - use `app-admin.py` instead of `apps.py` when following the documentation to override the default admin site
    24 - adjust settings.py: `'myproject.apps-admin.MyAdminConfig'` in INSTALLED_APPS
     23- use `app_admin.py` instead of `apps.py` when following the documentation to override the default admin site
     24- adjust settings.py: `'myproject.apps_admin.MyAdminConfig'` in INSTALLED_APPS
    2525- works with Django 3.2
Back to Top