djangocms-classic-admin-style 1.0.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangocmsclassicadminstyle 1.0.2

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.