Django admin material able V:0.2
Django material admin is a Django admin based on material design.
This django app is tested on python 3.8 and django 3.0
Installation
-
Add "material_admin" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ 'material_admin', 'django.contrib.admin', ... ]
-
Run
python3 manage.py runserver
to start server.