A ready to go bootstrap based website to speed up spinning a new django project. Has a very basic setup just enough to get you started and focused on building your django app right away.
The django project is called web and has the following structure
── web
├── static
│ ├── bootstrap
│ ├── css
│ └── js
├── templates
└── web
- There is already a sample base.html in the templates dir.
- The style is in static/css/site.css
- Bootstrap and JQuery are already linked to in the template.