Changes between Version 2 and Version 3 of Ticket #32692
- Timestamp:
- Apr 28, 2021, 6:44:50 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32692
- Property Resolution duplicate
- Property Status closed → new
-
Ticket #32692 – Description
v2 v3 21 21 22 22 **Workaroud** 23 - use `app -admin.py` instead of `apps.py` when following the documentation to override the default admin site24 - adjust settings.py: `'myproject.apps -admin.MyAdminConfig'` in INSTALLED_APPS23 - 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 25 25 - works with Django 3.2