Adminator Dashboard designed by ColorLib in Bootstrap and coded in Django with SQLite database, ORM and 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-adminator.git
$ cd django-dashboard-adminator
$
$ # 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