video courses web app
1.0.0
git clone https://github.com/MiddleZwei/Video-courses-web-app.git
cd Video-courses-web-app
페도라에서 테스트 : 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와 함께 작업 할 수 있습니다.