Skip to main content

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

Project description

django-flat-theme is included as part of Django from version 1.9! :tada:

Please use this app if your project is powered by an older Django version.

Description

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

This app overrides the default admin’s CSS. All the changes only involve CSS: colors, margins, sizes and icons; nothing major is changed.

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. Enjoy!

Compatibility

Works properly in Django 1.5+.

Font

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

Testing

Tested in:

  • Internet Explorer 7+ (IE8 and less doesn’t support SVG so icons are not displayed)

  • Firefox 30+ (Windows, Ubuntu, OS X)

  • Chrome 35+ (Windows, Ubuntu, OS X)

  • Safari 8 (OS X)

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-1.1.4.tar.gz (289.6 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-flat-theme-1.1.4.tar.gz
Algorithm Hash digest
SHA256 6b522d8c2b5a8228b30947fb002eff2868da076e9beacf3e798410e5c1a2d849
MD5 e6a7785b3ec53321468bba623d66fc65
BLAKE2b-256 ebcf965e460041fc6f69a93d957455e75046b0d307be00bc63f978b597b80f63

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