Skip to main content

Enables Django's original admin styling to work nicely with Django CMS

Project description

I’m a big fan of django-cms but I’ve always thought that their djangocms-admin-style wasn’t an improvement on the original Django admin styling. In the past I just wouldn’t use djangocms-admin-style, but then there are a few styling issues that you can then run into. This app is to fix those styling bugs.

Installation

To install:

pip install djangocms-classic-admin-style

Then add djangocms_classic_admin_style to your installed apps before Django’s admin:

INSTALLED_APPS = [
    ...
    'djangocms_classic_admin_style',
    'django.contrib.admin',
    ...
]

Then collect the static files and that’s it:

python manage.py collectstatic

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

djangocms-classic-admin-style-1.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

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