Skip to content

sspross/django-flat-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-flat-theme

Description

django-flat-theme brings fresh air to the default Django Admin interface which hasn't changed 10 years from the very first version of Django framework. This theme just makes UI modern and clean.

This app just overrides default admin's CSS. All changes are about colors, margins, sizes. Nothing major.

No any markup changes.

Installation

Install via pip: pip install django-flat-theme

  1. Put flat app in your INSTALLED_APPS before django.contrib.admin:

    INSTALLED_APPS = (
        ...
        'flat',
        'django.contrib.admin',
        ...
    )
  2. That's it.

Compatibility

Works correct in Django 1.6+. Older Django versions use a slightly different way to show icons, so it requires changing markup or adding python logic to make this theme compatible.

Font

This theme uses Roboto font which is under Apache 2.0 licence.

Testing

Tested in: - IE7+ (IE7 and IE8 are OK in terms of graceful degradation) - FF30+ (Windows, Ubuntu, OSX) - Chrome 35+ (Windows, Ubuntu, OSX) -Safari 8 (OSX)

Screenshot Examples

Login page 1

Dashboard 2

List of objects 3

New object 4

About

A flat theme for Django admin interface. Modern, fresh, simple.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 98.8%
  • Python 1.2%