bryanveloso / django-project-template

My personal project template skeleton, because I do this way too much.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bryan's Django Project Template

There are many great Django project templates out there, but this is mine. I've developed my own personal way of structuring my projects and satisfying my OCD, now I'm actually making a template to kill the repetition.

Note: All of what you see before you is extremely opinionated.

Prerequisites

There are a few things that this template will assume that you have installed. If you don't have them, install them. If you don't choose to, I love you, but we need to see other projects.

That said, there are two very awesome virtualenvwrapper extensions that help me keep these extra nodes and gems neat, so install those first:

pip install virtualenvwrapper.gem virtualenvwrapper.npm

Here are the prerequisites:

Usage

django-admin.py startproject <project name> --template=https://github.com/bryanveloso/django-project-template/zipball/master .

About

My personal project template skeleton, because I do this way too much.


Languages

Language:Python 49.3%Language:Shell 16.4%Language:Ruby 14.5%Language:CSS 11.5%Language:HTML 8.3%