Light Blue dashboard design coded in Django Web Framework with SQLite database, ORM and session-based authentication.
Want more? Check out the Flask PRO dashboards and PRO Django Admin Panels built on top of premium UI Kits - LIVE Support included (via Discord).
$ # Get the source code
$ git clone https://github.com/app-generator/django-dashboard-light-blue.git
$ cd django-dashboard-light-blue
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv env
$ source env/bin/activate
$
$ # Install modules - SQLite Database
$ pip3 install -r requirements.txt
$
$ # Create tables
$ python manage.py makemigrations
$ python manage.py migrate
$
$ # Start the application (development mode)
$ python manage.py runserver
$
$ # Access the app in browser: http://127.0.0.1:8000/
$ # Create an account and log in