Simple Django 1.6 Base Template. Please, use the issue tracker to inform of issues or suggest changes. Pull Request are welcome.
- Requirement file with basic applications.
- Twitter Bootstrap ready templates.
- Django Registration templates (login, logout, register, etc)
Create your working environment and virtualenv.
Activate your virtualenv and install django in it.:
$ . env/bin/activate $ pip install django
Use Django Admin to generate a new project:
$ django-admin.py startproject --template https://github.com/jackboot7/django-project-template/zipball/master --extension py,rst,conf,ini projectname
Install the project requirements and start working:
$ pip install -r requirements.pip
- Add fabric file for deployment.