Drop-in replacement of Django admin using Class Based Views
Project description
A drop in replacement for Django Admin using django class based views. The interface made with semantic-ui framework.
The admin uses the following existing django apps.
django-crispy-forms
django-filter
django-simple-menu
django-tables2
Installing
pip install cbvadmin
Add the following to django settings.py
installed_apps [
...
'cbvadmin',
'semantic_ui',
'crispy_forms',
'django_tables2',
'django_filters',
'menu',
]
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
cbvadmin-0.5.1.tar.gz
(30.2 kB
view hashes)