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
Put flat app in your INSTALLED_APPS before django.contrib.admin:
INSTALLED_APPS = ( ... 'flat', 'django.contrib.admin', ... )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
Dashboard
List of objects
New object
Release files for django-flat-theme 0.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-flat-theme-0.9.0.tar.gz | 271.0 kB | Details |
Release files / django-flat-theme-0.9.0.tar.gz
| Download URL | django-flat-theme-0.9.0.tar.gz |
|---|---|
| Size | 271.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
12b00f736119f89befc421d643c1d3764cd197fc2264e317020f7a99b7f001eb
|
|
BLAKE2b-256 checksum How to use checksums |
94be863096b325309a7da6f441ecf7bc27721c83b6670378a50fb334c9ff13bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |