hersonls / djamin

A new style for Django admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Djamin

Djamin a new and clean styles for Django admin based in Google projects styles.

Quick start

  1. Install djamin: pip install -e git://github.com/hersonls/djamin.git#egg=djamin

  2. Add "djamin" to your INSTALLED_APPS setting, before django admin app like this:

       INSTALLED_APPS = (
           'djamin',
           'django.contrib.admin',
           ...
           
       )
  3. Start the development server and visit the http://127.0.0.1:8000/admin/ and enjoy it.

Screenshots

alt tag

alt tag

alt tag

alt tag

Contributing

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!

Creator

Hersonls

About

A new style for Django admin

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 59.9%Language:CSS 26.2%Language:JavaScript 13.7%Language:Python 0.2%