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 details)
File details
Details for the file cbvadmin-0.5.1.tar.gz
.
File metadata
- Download URL: cbvadmin-0.5.1.tar.gz
- Upload date:
- Size: 30.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a1b51d5cab5d7943b5de2a9296468c4b77ca5e55ffecfc1aa3654176aa39d9d |
|
MD5 | 349f52a66bd5193a539439707c8c65e0 |
|
BLAKE2b-256 | 0caa52206ef8f260a9503c6aa919aff652cf90b111a099c8e5b76230da990d8c |