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
The project includes some applications for development, you can install them with::
$ pip install -r dev.requirements.pip
You have to rename and edit settings/local.py.example.
- Add fabric file for deployment.