get_Meteorological_data <<
Previous Next >> W17_replit
W17
w17 在github 以 cmsite 作為 template 時, 因為將 cmsimde 作為倉儲的子模組, 因此 import 進入 Replit 時, 除了必須配合授權外 (連接 Replit 與 Github), 還必須在導入 scrum-1.github.io 之後, 利用 git submodule update --init --recursive 取下 cmsimde 子模組的內容.
確認 Replit 並不會在 Import repo from github 時取下子模組內容:

為了要讓 Replit 環境可以執行 cmsimde 動態網站, 必須安裝下列模組:
pip install flask flask_cors bs4 lxml pelican markdown gevent
get_Meteorological_data <<
Previous Next >> W17_replit