A django skeleton project using the bootstrap dashboard template
Get the project running
git clone https://github.com/shtuffit/django_bootstrap_dashboard.gitcd django_bootstrap_dashboardpip install -r requirements.txtpython manage.py syncdbpython manage.py runserver- Navigate to http://127.0.0.1:8000 in your browser