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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file djangocms-classic-admin-style-1.0.2.tar.gz
.
File metadata
- Download URL: djangocms-classic-admin-style-1.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b917168e62400769bbfb9ef4c6bfcb4e57b72ad7c9a6da9d72794099077093dc |
|
MD5 | 9d86d0b76b6108b8abc23d00749b11fb |
|
BLAKE2b-256 | 7bf1fa769a3cfffdc224fd3f7512ffc3f3296a8b50b0feafa304b2a2b8b74144 |
File details
Details for the file djangocms_classic_admin_style-1.0.2-py2-none-any.whl
.
File metadata
- Download URL: djangocms_classic_admin_style-1.0.2-py2-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 167a127bedba7861675035fd22c2d22abd6c6518e3a8377d7dc373f82cafec22 |
|
MD5 | 36645c55d0ec1f4f1a4a8297aec063b7 |
|
BLAKE2b-256 | 25777e5c6f5ef511f30b01a4b3212dd69e09a3c67fd7b4f9f82999ffb8d2ccaa |