Hello Coders!
This (short) article presents an open-source Django Dashboard updated to use the latest version of Django, a leading web framework written in Python. The product can be downloaded directly from Github and used for hobby & commercial products bases on the permissive (MIT) License. Codebase comes with a few simple features like authentication, database, intuitive codebase and Docker support for an easier deployment in production.
Thanks for reading! - Content provided by App Generator.
- Django Volt Bootstrap 5 - product page
- Django Volt Bootstrap 5 - LIVE Demo
Product Features:
Volt Dashboard is a free and open source Bootstrap 5 Admin Dashboard featuring over 100 components, 11 example pages and 3 plugins with Vanilla JS. There are more than 100 free Bootstrap 5 components included some of them being buttons, alerts, modals, datepickers.
- 100+ Components: buttons, alerts, modals, datepickers
- 11 Example Pages: Dashboard, SignIN, SignUO, Transactions page
- Vanilla JS - no more jQuery dependency
- Django Codebase:
- Latest Dependencies (including Django 3.2.6)
- Docker over Nginx, Gunicorn
production-ready
stack - Simple, intuitive codebase
- SASS to CSS compilation scripts via
gulp
- Authentication, Forms validation, SQLite persistence
Django Volt - Widgets Page
Django Volt - User Profile
The easiest way to start using the product is to use the Docker set up. Here are the steps:
Step #1 - Download and UNZIP the product
$ unzip django-dashboard-volt.zip
$ cd django-dashboard-volt
Step #2 - Start the product using Docker
$ docker-compose pull ; docker-compose build ; docker-compose up
If required, run under sudo
the above command for Linux-based systems.
Once the app is running on http://localhost:85
we can register a new user and authenticate (project has no default user, we need to create one).
Django Volt Login page
For complete information please access the official docs available on the product page or ask for support in Discord.
Thanks for reading! For more resources please access:
- Open-source Admin Dashboards - index provided by AppSeed
- Free React Dashboards - a popular article published here on Dev.to
Top comments (7)
Just tested the Docker scripts. Works like a charm.
Any chance to include a social login?
Thanks!
Ye, this feature is coming soon.
In case you have the time, here is the product roadmap:
🚀🚀
I would probably even buy if PaddleHQ was used for payments
Hello Sergey,
We have a roadmap here
Stripe is scheduled (Step 9), feel free to comment and suggest Paddle. If the community reacts positively, we will add it for sure.
Ty!
That's really nice ..
🚀🚀
Useful update. Ty!