Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 474 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 474 Bytes

cookiecutter-django

Cookiecutter Django

Instructions

Create the django project based on this cookiecutter:

$ cookiecutter gh:eneepo/cookiecutter-django

You can create the ~/.cookiecutterrc file with your desired settings and use --no-input switch with the last command to suppress the input prompt.

default_context:
    author_name: "John Doe"
    email: "john@doe.com"
    github_username: "john_doe"
cookiecutters_dir: "~/.cookiecutters/"