Django Template Volt
Open-source template for Django admin section styled with Volt Dashboard Design (free version)
Why Django Admin Volt
Django Admin Volt
Installation
Screenshots


Last updated
Open-source template for Django admin section styled with Volt Dashboard Design (free version)
Django Admin Volt


Last updated
$ pip install django-admin-volt
// OR
$ pip install git+https://github.com/app-generator/django-admin-volt.git INSTALLED_APPS = (
...
'admin_volt.apps.AdminVoltConfig',
'django.contrib.admin',
) $ python manage.py collectstatic$ # Set up the database
$ python manage.py makemigrations
$ python manage.py migrate
$
$ # Create the superuser
$ python manage.py createsuperuser
$
$ # Start the application (development mode)
$ python manage.py runserver # default port 8000