Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abelnnieva/django-tuktuk-template

Django project template with tuktuk framework.
https://github.com/abelnnieva/django-tuktuk-template

Last synced: about 2 months ago
JSON representation

Django project template with tuktuk framework.

Awesome Lists containing this project

README

        

# django-tuktuk-template

This is a project template for Django 1.4+, which introduces the new project templates feature. It includes:

* [Tuktuk](http://tuktuk.tapquo.com) framework static files
* Customized project layout
* Customized `settings.py` file
* Sample `base.html`

## Quick start

To create a new project whit this template:

$ django-admin.py startproject --template http://github.com/abnieva/django-tuktuk-template/zipball/master project_name

## Credits

Much of the layout is taken from a great [post](http://blog.zacharyvoase.com/2010/02/03/django-project-conventions/) by Zachary Voase.