Volt Pro Django Dashboard

Premium Django Dashboard powered by Bootstrap 5

16

No reviews.

Django Volt PRO is a commercial seed project crafted with a database, session-based authentication, basic helpers, and deployment scripts on top of Volt Bootstrap 5 PRO design. The codebase has a simple, modular structure that follows the industry best practices and patterns used in modern Python-based applications.

For newcomers, Django is the most popular Python-based web framework initially released in 2003 and currently used by tech giants like Instagram and Disqus. The "batteries-included" concept and the built-in security pattern provided by experts make Django a reference framework in modern web development.

Powered by Bootstrap 5

Volt PRO is built using the latest version of Bootstrap 5 and because jQuery is no longer required as a dependency, Volt has been built using only Vanilla JS.

The dashboard comes with over 800 UI elements built with Bootstrap 5 including buttons, forms, alerts, modals, and many more. You can check out the documentation for all of these components here.

There are over 20 example pages included in this admin dashboard template, some examples would be an overview page, users settings, tasks, invoice, pricing, sign in, sign up.

There are also 10 premium plugins included such as a fully functional calendar, map plugin, datepicker, notification alerts. You can browse the documentation for the plugins here.

Django Codebase

The product can be used to start a new project by coding only the specific features on top or integrate this premium design into a legacy Python-based product coded in Django, Flask or FastAPI.

The design is already production-ready with pages and components compatible with the Django template engine. Being a simple starter, any developer with basic Python knowledge should be able to compile and use the app by typing only a few lines in the terminal.

Check out the documentation to learn how to get started.

Deployment Scripts

Django Volt PRO comes preconfigured for Docker and Gunicorn/Nginx stack, a popular configuration used in production. You can read more about deployment with Volt by browsing the online documentation.

This template was created in partnership with the AppSeed App Generator.

Read more
47 purchases
Price: $99
Released: 3 years ago
Updated: 2 years ago
Version: 1.0.6
Category: Django
Well Documented
  • 6 months premium support included
  • 100% W3C valid HTML5 files
  • Future updates
  • Fully responsive pages
  • 30 day refund policy
  • Built by Themesberg

Folder structure

We believe that being transparent when it comes to the code base and the file structure can make you better understand how it is going to be like to actually work with Volt Pro Django.

Below you can check out the folder structure of this template, and by hovering over each item you can also read an explanation of what the folder contains and what its role is.


< PROJECT ROOT >
|
|-- core/                        # Implements app logic and serve the static assets
|    |-- settings.py             # Django app bootstrapper
|    |-- static/
|    |-- templates/              # Templates used to render pages
|         |-- includes/          # HTML chunks and components
|         |-- layouts/           # Master pages
|         |-- accounts/          # Authentication pages
|         |
|      index.html                # The default page
|       *.html                   # All other HTML pages
|
|-- authentication/              # Handles auth routes (login and register)
|-- app/                         # A simple app that serve HTML files
|
|-- requirements.txt             # Development modules - SQLite storage
|-- .env                         # Inject Configuration via Environment
|-- manage.py                    # Start the app - Django default start script
|
|-- ************************************************************************


Customer reviews

No reviews yet.

Changelog

We believe that providing meaningful updates to our templates are important to keep up with the evolution of the dependencies, libraries, and the new design requirements that the modern day web industry requires.

Below you can see the timeline of changes for Volt Pro Django since its initial launch 3 years ago.

Releases

v1.0.6 - September 16, 2021 Latest release
  • Bump Django Codebase to v2.0.4
  • assets & templates moved to apps folder
  • apps/base renamed to apps/home
v1.0.4 - June 30, 2021
  • Update UI - Volt PRO v1.4.1
  • Added scripts to recompile the SCSS files
v1.0.1 - March 30, 2021
  • Update to Bootstrap 5 Beta 2
  • Improve styling overall
v1.0.0 - January 17, 2021
  • Initial release files