A flat theme for Django admin interface. Modern, fresh, simple.
Project description
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 overrides default admin’s CSS. All changes are about colors, margins, sizes and icons. Nothing major.
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', ... )
Enjoy!
Compatibility
Works correct in Django 1.5+.
Font
This theme uses Roboto font which is under Apache 2.0 licence.
Testing
Tested in:
IE7+ (IE8 and less doesn’t support SVG so there are no icons displayed)
FF30+ (Windows, Ubuntu, OSX)
Chrome 35+ (Windows, Ubuntu, OSX)
Safari 8 (OSX)
Screenshot Examples
Login page
Dashboard
List of objects
New object
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-flat-theme-1.1.2.tar.gz
.
File metadata
- Download URL: django-flat-theme-1.1.2.tar.gz
- Upload date:
- Size: 289.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc49736d103717a6e7fc172ec8c52db904e3ad6876e11446ba1da20114f7469c |
|
MD5 | fc102b4942815ca1b33364a347362499 |
|
BLAKE2b-256 | 428e154b6f4f177d9b06a46d2c0aee2beef5bd44b9140c2dd258c973fe617d4b |