• Stars
    star
    236
  • Rank 164,886 (Top 4 %)
  • Language
    HTML
  • License
    BSD 3-Clause "New...
  • Created almost 10 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A new style for Django admin

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