Djamin a new and clean styles for Django admin based in Google projects styles.
-
Install djamin:
pip install -e git://github.com/hersonls/djamin.git#egg=djamin
-
Add "djamin" to your INSTALLED_APPS setting, before django admin app like this:
INSTALLED_APPS = ( 'djamin', 'django.contrib.admin', ... )
-
Start the development server and visit the http://127.0.0.1:8000/admin/ and enjoy it.
Please, install and give a try to Djamin. Make a pull request with the bugfix or open a new issue with the screenshot's problem. Any kind of help are welcome!
Hersonls