video courses web app
1.0.0
git clone https://github.com/MiddleZwei/Video-courses-web-app.git
cd Video-courses-web-app
在Fedora 29中進行了測試:
virtualenv venv --python=`which python3`
激活虛擬環境:
source venv/bin/activate
pip install -r src/requirements.txt
cd src
python manage.py runserver
http://127.0.0.1:8000/courses
http://127.0.0.1:8000/admin
http://127.0.0.1:8000/memberships
deactivate
python命令在外殼級別上使用DB