Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 685 Bytes

File metadata and controls

23 lines (15 loc) · 685 Bytes

django-bootstrap-template

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.

Django Project (web)

The django project is called web and has the following structure

── web
    ├── static
    │   ├── bootstrap
    │   ├── css
    │   └── js
    ├── templates
    └── web

Base CSS , JS and HTML

  • 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.