相关免费学习推荐:python视频教程
导入:pipenv install cookiecutter
问题:在导入的过程中可能会报错:
pkg_resources.VersionConflict: (importlib-metadata 3.1.0 (/Users/apple/.local/share/virtualenvs/testProject-h0hp04R9/lib/python3.6/site-packages), Requirement.parse('importlib-metadata3d8ddbb6180f4931e337e27b7df4fc1d=0.12; python_version 1b2f1020d13fed14b3f7e755c1f11ab6=4.0和<5.0版本的,开发者推送了一个4.1.1版本的django-timezone-field,中断了数据迁移过程。
解决办法:pipenv install django-timezone-field==4.0,重新执行数据迁移就可以了
总结
到此这篇关于django中cookiecutter使用教程的文章就介绍到这了。
想了解更多编程学习,敬请关注php培训栏目!
以上是详解django中cookiecutter的使用教程的详细内容。更多信息请关注PHP中文网其他相关文章!