简体   繁体   中英

Create Django Project template using cookiecutter on Windows

I am trying to create cookiecutter project template in windows. As per the instructions on the official site: https://cookiecutter.readthedocs.io , I installed cookiecutter using pip.

Next step mentioned on site is to use following command to create project template using cookiecutter.

cookiecutter https://github.com/audreyr/cookiecutter-pypackage.git

I also did that on my windows cmd but it's showing error: 'cookiecutter' is not recognized as an internal or external command.

Can somebody suggest me a way around?

Make sure that:

https://camo.githubusercontent.com/fb28d689631f2f4012741f6cf599dd52ed720b92/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323939363230352f313035383237362f63333566353334612d313138352d313165332d386631622d6439343033633836643939662e706e67

Then, any pip install program should be available.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM