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.
There are no markup changes.
Install via pip:
pip install django-flat-theme
Put
flatapp in your INSTALLED_APPS beforedjango.contrib.admin:INSTALLED_APPS = ( ... 'flat', 'django.contrib.admin', ... )That's it.
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.
This theme uses Roboto font which is under Apache 2.0 licence.
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)



