hiisi13 / cookiecutter-django-mysql

A cookiecutter template for creating Django projects using MySQL as database.
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

cookiecutter-django-mysql

A cookiecutter template for creating Django projects using MySQL as database.

Inherits pretty much everything from pydanny's cookiecutter-django, but uses MySQL instead of PostgreSQL and adds post gen hook.

Usage

Create and activate a virtualenv.

Install (cookiecutter)[https://github.com/audreyr/cookiecutter]

pip install cookicutter

Run it against this repo:

cookiecutter https://github.com/hiisi13/cookiecutter-django-mysql.git

Cookiecutter prompts you for questions. Answer them.

Post gen hook

Does a few things for you: