Skip to content

admin-dashboards/django-dashboard-light-blue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Django Dashboard Light Blue - Open-Source Web App.


How to use it

$ # 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/

Want more? Go PRO!


Django Dashboard Black Django Dashboard Argon Django Dashboard Dashkit
Django Dashboard Black PRO Django Dashboard Argon PRO Django Dashboard Dashkit PRO

Support

  • Free support via eMail < support @ appseed.us > and Github issues tracker
  • 24/7 Live Support via Discord for paid plans and commercial products.

Credits & Links


License

@MIT



Django Dashboard Light Blue - provided by AppSeed

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.1%
  • CSS 15.0%
  • HTML 7.5%
  • Python 0.4%