blogapp/
views.py
viewsets.py
models.py
shoppingapp/
views.py
viewsets.py
models.py
adminapp/
views.py
viewsets.pyblogapp/
admin/
views.py
viewsets.py
models.py
shoppingapp/
admin/
views.py
viewsets.py
models.py
blogapp/
admin_views.py
admin_viewsets.py
admin_models.py
views.py
viewsets.py
models.py
shoppingapp/
admin_views.py
admin_viewsets.py
admin_models.py
views.py
viewsets.py
models.py
It’s usually not worth it to heavily customize the Django admin. Sometimes, creating a simple view or form from scratch results in the same desired functionality with a lot less work. We’ve always had better results with creating custom management dashboards for client projects than we have with modifying the admin to fit the need of the client.”
Excerpt From: Daniel Roy Greenfeld. “Two Scoops of Django 1.11.”