NowUI Dashboard design coded in Django Framework with SQLite database, native ORM and session-based authentication.
Enjoy this design? Check out the PRO version: Django Dashboard NowUI PRO that includes the PRO UI Kit and 24/7 LIVE support (via Discord).
$ # Get the source code
$ git clone https://github.com/app-generator/django-dashboard-nowui.git
$ cd django-dashboard-nowui
$
$ # 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