詳解django中cookiecutter的使用教學課程

coldplay.xixi
發布: 2020-12-03 17:10:53
轉載
4477 人瀏覽過

python影片教學專欄介紹cookiecutter的使用方法

詳解django中cookiecutter的使用教學課程

#相關免費學習推薦: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-metadata<2,>=0.12; python_version < "3.8"'))。

原因及解決:這個問題的出現​​主要是pipenv版本不支持,需要更新pipenv,使用命令:pip3 install -U pipenv,然後重新導入即可。

二、建立專案

執行cookiecutter

問題:直接報錯zsh: command not found: cookiecutter


  • #解決方法:使用pipenv --py取得python環境的安裝目錄,在該目錄下運行cookiecutter
  • 運行之後會繼續報錯:缺少Template
  • 63c638ef31ebbb94034d7209f3499e6d

    原因:django-celery-beat setup.py有一個https://github.com/celery/django-celery-beat/blob/master/requirements/default.txt依賴要求,強制django-timezone-field只能使用>=4.0和<5.0版本的,開發者推送了一個4.1.1版本的django-timezone-field,中斷了資料遷移過程。

    ###解決方法:pipenv install django-timezone-field==4.0,重新執行資料遷移就可以了######總結######到此這篇關於django中cookiecutter使用教程的文章就介紹到這裡了。 #########想了解更多程式設計學習,請關注###php培訓###欄位! ##########

    以上是詳解django中cookiecutter的使用教學課程的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:jb51.net
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
作者最新文章
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板