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 details)

Uploaded Source

Built Distribution

File details

Details for the file djangocms-classic-admin-style-1.0.2.tar.gz.

File metadata

File hashes

Hashes for djangocms-classic-admin-style-1.0.2.tar.gz
Algorithm Hash digest
SHA256 b917168e62400769bbfb9ef4c6bfcb4e57b72ad7c9a6da9d72794099077093dc
MD5 9d86d0b76b6108b8abc23d00749b11fb
BLAKE2b-256 7bf1fa769a3cfffdc224fd3f7512ffc3f3296a8b50b0feafa304b2a2b8b74144

See more details on using hashes here.

File details

Details for the file djangocms_classic_admin_style-1.0.2-py2-none-any.whl.

File metadata

File hashes

Hashes for djangocms_classic_admin_style-1.0.2-py2-none-any.whl
Algorithm Hash digest
SHA256 167a127bedba7861675035fd22c2d22abd6c6518e3a8377d7dc373f82cafec22
MD5 36645c55d0ec1f4f1a4a8297aec063b7
BLAKE2b-256 25777e5c6f5ef511f30b01a4b3212dd69e09a3c67fd7b4f9f82999ffb8d2ccaa

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