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コマンドを使用して