1. 程式人生 > >執行一個python專案的步驟

執行一個python專案的步驟

剛接觸pyrhon的小白,早上上班忘了步驟,寫下來方便自己查閱,大神勿笑。。。

執行環境:workon 專案名
進入資料夾:cd:git/web/專案名

啟動資料庫:mongo-start
啟動成功:
about to fork child process, waiting until server is ready for connections.
forked process: 2800
child process started successfully, parent exiting

執行後臺管理:python manage.py admin -d -r
成功:
* Running on http://127.0.0.1:10010/ (Press CTRL+C to quit)
* Restarting with inotify reloader

執行介面程式:

python manage.py api -d -r

執行 Web 程式:

python manage.py web -d -r