Skip to content

heigler/django-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-template

Tested on Django 1.9 and Python 3.4

Main Features

  1. django-compressor
  2. grappelli
  3. zurb-foundation using Sass

Extra Packages

  1. django-crispy-forms
  2. requests

Everything configured and ready to play.

Quick usage

Start a new django project using this template:

$ django-admin.py startproject --template=https://github.com/heigler/django-template/archive/master.zip your_project_name

Install all global packages listed on system_requirements.txt

Install all python packages (in virtualenv):

$ pip3.4 install -r requirements.txt

Do some extra setup using manage.py:

$ ./manage.py migrate

$ ./manage.py bower install

$ ./manage.py runserver

and enjoy it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published