Skip to main content

Django Admin Theme is a drop-in CSS replacement for the Django Admin app.

Project description

Django Admin Theme is a CSS-only skin for the Django’s Admin app. This allows projects that make customizations to the standard admin templates to work without modification.

Screen shots

https://raw.github.com/callowayproject/django-admintheme/master/doc_src/screenshots/login.png https://raw.github.com/callowayproject/django-admintheme/master/doc_src/screenshots/dashboard.png https://raw.github.com/callowayproject/django-admintheme/master/doc_src/screenshots/changelist.png https://raw.github.com/callowayproject/django-admintheme/master/doc_src/screenshots/changeform_success.png https://raw.github.com/callowayproject/django-admintheme/master/doc_src/screenshots/changeform_error.png

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',
        # ...
    )

How to Contribute

  • Submit bugs.
  • Give Feedback.
    • Enter feedback as a bug (see above).

    • We’ll keep it open for some discussion, if necessary, depending on other feedback.

  • Submit Patches.
    • Types of patches:
      • Updates to the test_pages files for missed cases.

      • Documentation updates

      • SCSS updates

    • Submit a pull request!

    • Include a screen shot if it is a different look so others can give feedback without having to download and install the fork.

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

Uploaded Source

File details

Details for the file django-admintheme-0.1.tar.gz.

File metadata

File hashes

Hashes for django-admintheme-0.1.tar.gz
Algorithm Hash digest
SHA256 bac53225eba79e19ba9175779e5098eb0e88b921461575096d05bae368082a24
MD5 4446a8d88029d4abe72948d5321016a3
BLAKE2b-256 c321c86d756ef467f0c8b4f51901fe4f16fa02ca36f6ec1eb5bd55282a84e86f

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