Skip to main content

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 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-flat-theme-0.9.2.tar.gz (271.0 kB view details)

Uploaded Source

File details

Details for the file django-flat-theme-0.9.2.tar.gz.

File metadata

File hashes

Hashes for django-flat-theme-0.9.2.tar.gz
Algorithm Hash digest
SHA256 26ded2ff91c4c637ded879421605c691da95f755f21101709ac414ab6ac54edc
MD5 c8ae4adfbe88356d9e8efa18d7b3aa3a
BLAKE2b-256 665f0385d3a2851671cd0432c8ef66998469052bc14f6fd36df46e002c72c3f8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page