Skip to content

vilosource/django-bootstrap-template

Repository files navigation

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.

About

A ready to go bootstrap based website to speed up spinning a new django project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors