Django admin implementation of volt admin dashboard
Project description
Django Volt Admin
Django Volt is a django admin customization for https://github.com/themesberg/volt-bootstrap-5-dashboard
Samples
Quick start
-
Add "volt" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'volt', ]
-
Include Templates from the volt admin customization
TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [ BASE_DIR /'volt/templates', ], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ 'django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', ], }, }, ]
-
Start the development server and visit http://127.0.0.1:8000/admin/ to view (you'll need the Admin app enabled).
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
File details
Details for the file django-volt-admin-1.0.2.tar.gz
.
File metadata
- Download URL: django-volt-admin-1.0.2.tar.gz
- Upload date:
- Size: 4.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8bdb4bf8a5180ececeeecfffbc1a83bd18094c0f36fd01e73413c4aadf90be8 |
|
MD5 | 6a8190e0cfcbb7c3b921e9b04cd01be8 |
|
BLAKE2b-256 | 5ca28027105db91703efee07bd7610901ffd782dd38fc5556fc7f3e09c942572 |