Cookiecutter可以让你快速从模板中建立工程,cookiecutter-django则是Django的模板,可以快速生成Django大型项目模板。
$ pip install cookiecutter
$ cookiecutter https://github.com/xiongxianzhu/cookiecutter-django.git
or
$ cookiecutter [email protected]:xiongxianzhu/cookiecutter-django.git
你将会被要求填写一些基本的项目信息。