Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 380 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 380 Bytes

django_bootstrap_dashboard

A django skeleton project using the bootstrap dashboard template

Get the project running

  1. git clone https://github.com/shtuffit/django_bootstrap_dashboard.git
  2. cd django_bootstrap_dashboard
  3. pip install -r requirements.txt
  4. python manage.py syncdb
  5. python manage.py runserver
  6. Navigate to http://127.0.0.1:8000 in your browser