Skip to main content

Blanc's theme for the Django admin.

Project description

Description

blanc-admin-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 blanc-admin-theme

  1. Put blanc_admin_theme app in your INSTALLED_APPS before django.contrib.admin:

    INSTALLED_APPS = (
        ...
        'blanc_admin_theme',
        '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.

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)

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

blanc-admin-theme-1.0.2.tar.gz (774.1 kB view details)

Uploaded Source

Built Distribution

blanc_admin_theme-1.0.2-py2.py3-none-any.whl (788.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file blanc-admin-theme-1.0.2.tar.gz.

File metadata

File hashes

Hashes for blanc-admin-theme-1.0.2.tar.gz
Algorithm Hash digest
SHA256 794160ff242c53500039fe7225bf360766269c7ed558952d8be723fec36db6b8
MD5 a31a168d2bcd3303d18a22f2d700af99
BLAKE2b-256 ef5ad138e0005d734709d8c2b7d1e026374314cdbb586b09e38d0c04453afc26

See more details on using hashes here.

File details

Details for the file blanc_admin_theme-1.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for blanc_admin_theme-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 933590305915ed0852dfd8d1a6c461f60b3f17b69b11a08c6fb4ddd4162d4c22
MD5 3af70075723f4831ad3a3d2892793a37
BLAKE2b-256 db1bdaf00f67d8536ef8b507873664c070dd1c3158928e087002d4e04f284aad

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