Open gabbork opened 10 years ago
A lot of Django 1.7 new feature will change the behavior of customadmin. Most of the feature like app name, title ecc are now obsolete. https://docs.djangoproject.com/en/dev/ref/applications/ https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.AdminSite.site_title
We need to re-think the customadmin app and focus just on the html template and icons system, probably.
control verbose name assignment
A lot of Django 1.7 new feature will change the behavior of customadmin. Most of the feature like app name, title ecc are now obsolete.
https://docs.djangoproject.com/en/dev/ref/applications/ https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.AdminSite.site_title
We need to re-think the customadmin app and focus just on the html template and icons system, probably.