Django Admin Template - Volt Bootstrap 5
This article presents an open-source Django Admin Template that after the installation overwrites the default admin
interface (all widgets). This Django Template is crafted on top of Bootstrap 5 using the latest version without a jQuery dependency. For newcomers, Django is a leading web framework coded and actively supported by experienced developers that provides a default admin
interface. Django Template Volt aims to enhance the admin
section with a responsive layout and more appealing components and widgets. Thanks for reading!
- ✨ Django Admin Template Volt - PyPi Page
- ✨ Django Volt Dashboard - open-source starter (same design)
- ✨ Django Volt Dashboard - LIVE Demo
The product can be downloaded and used via PyPi (as a Python package) using PIP
:
Once the installation is complete, the next step is to update the Django configuration with a few things to activate the template:
👉 Step #1 - Add admin_volt
to INSTALLED_APPS
node in project settings
👉 Step #2 - Check django.template.context_processors.request
is enabled
As specified by the product documentation, for legacy apps built with Django 1.8 (of bellow) the context processors
should be specified using a different syntax:
👉 Step #3 - Create the superuser
and access the admin
section
Access the admin
section in the browser: http://127.0.0.1:8000/admin/
✨ Django Dashboard Volt
This is an open-source Django Seed project that used the same UI as the admin template. The product can be downloaded and used directly from Github, without a registration lock. For more information about this Django dashboard, feel free to access the product page hosted by AppSeed:
Django Dashboard Volt open-source seed project - Product Features:
- Up-to-date dependencies: Django 3.2.6 LTS
- SCSS compilation via Gulp
- SQLite Database, Django Native ORM
- Modular design, clean code-base
- Session-Based Authentication, Forms validation
- Deployment scripts: Docker, Gunicorn / Nginx
Thanks for reading! For more resources, please access:
- 🔥 AppSeed for more starters and support
- 🔥 Open-Source Admin Dashboards - crafted in Flask, Django, and React