Skip to main content

A CSS-only skin for the Django Admin app.

Project description

Goal

To provide a CSS-only skin for the Django’s Admin app. This would allow adjustments to standard templates to work without modification.

Use

  1. Install the app with pip install django-admintheme.

  2. Add admintheme to the top of INSTALLED_APPS:

    INSTALLED_APPS = (
        'admintheme',
        'django.contrib.admin',
        # ...
    )

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-admintheme-0.1b1.tar.gz (253.1 kB view hashes)

Uploaded Source

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