Skip to content

eneepo/cookiecutter-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

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/"