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