/cookiecutter-django

A Cookiecutter template for creating beautiful Django projects quickly.

Primary LanguagePython

Cookie Cutter for Django

A Cookiecutter template for creating beautiful Django projects quickly.

Features: ========

Usage:

Cookiecutter must be installed, you can install it with pip or brew:

$ pip install cookiecutter
$ brew install cookiecutter

To create a new Django project simple do:

$ cookiecutter https://github.com/pahko/cookiecutter-django.git

A promt will appear to ask you some questions about your project (project_name, etc), simple fill those values and that's it!

TODO:

  • include Django Rest Framework
  • split requirements per enviroment
  • include test suite
  • add support for Postgres SQL
  • add tests to this template