Introduce custom admin
This is the base for custom admin views (with admin design and permission checking) Replace default admin site with custom admin site in AKModel Use custom admin index template & apply first basic change Introduce custom admin base template (including bootstrap loading) Introduce Mixin for AdminViews
parent
db2093de
No related branches found
No related tags found
Showing
- AKModel/apps.py 5 additions, 0 deletionsAKModel/apps.py
- AKModel/site.py 22 additions, 0 deletionsAKModel/site.py
- AKModel/templates/admin/ak_index.html 20 additions, 0 deletionsAKModel/templates/admin/ak_index.html
- AKModel/views.py 8 additions, 0 deletionsAKModel/views.py
- AKPlanning/settings.py 1 addition, 1 deletionAKPlanning/settings.py
- templates/admin_base.html 20 additions, 0 deletionstemplates/admin_base.html
AKModel/site.py
0 → 100644
AKModel/templates/admin/ak_index.html
0 → 100644
templates/admin_base.html
0 → 100644
Please register or sign in to comment