Open-Source Admin Panel coded in Django Framework on top of Light Blue Dashboard design. Features:
- SQLite, Django native ORM
- Modular design
- Session-Based authentication (login, register)
- Forms validation
- UI Kit: Light Blue Dashboard provided by FlatLogic
$ # Get the 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 --no-site-packages env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows based systems)
$ # virtualenv --no-site-packages env
$ # .\env\Scripts\activate
$
$ # Install modules
$ pip3 install -r requirements.txt
$
$ # Create tables
$ python manage.py makemigrations
$ python manage.py migrate
$
$ # Start the application (development mode)
$ python manage.py runserver # default port 8000
$
$ # Start the app - custom port
$ # python manage.py runserver 0.0.0.0:<your_port>
$
$ # Access the web app in browser: http://127.0.0.1:8000/
Django Dashboard Black | Django Dashboard Argon | Django Dashboard Dashkit |
---|---|---|
![]() |
![]() |
![]() |
- Free support via eMail < support @ appseed.us > and Github issues tracker
- 24/7 Live Support via Discord for paid plans and commercial products.
- Django Dashboard Light Blue - yTube presentation
- Django Framework - Offcial website
- Django Admin Dashboards - Open-source and paid admin panels coded in Django
@MIT
Django Dashboard Light Blue - provided by AppSeed