Skip to content

Django Template startproject with bootstrap, compressor and more

Notifications You must be signed in to change notification settings

b3ni/django-bootcom-template

Repository files navigation

django-bootcom-template

Django Template startproject with bootstrap and node.js inside virtualenv.

Features:

  • Bootstrap
  • Node (inside virtualenv)
  • Lessc (inside virtualenv)
  • Coffeescript (inside virtualenv)
  • South
  • Django Debug Toolbar

Requirements

$ virtualenv myproject
$ cd myproject
$ source bin/activate
$ pip install django fabric

Install

$ django-admin.py startproject --template https://github.com/b3ni/django-bootcom-template/zipball/master -e py,ini,gitignore,in,conf,md,sample myproject
$ cd myproject
$ fab install

About

Django Template startproject with bootstrap, compressor and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages