Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abelnnieva/django-tuktuk-template
- Owner: abelnnieva
- License: mit
- Created: 2012-12-31T03:48:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-31T05:02:36.000Z (about 12 years ago)
- Last Synced: 2023-04-05T05:07:09.287Z (almost 2 years ago)
- Language: Python
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.