video courses web app
1.0.0
git clone https://github.com/MiddleZwei/Video-courses-web-app.git
cd Video-courses-web-app
Tested in Fedora 29:
virtualenv venv --python=`which python3`
Activate the virtual environment:
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 command in the terminal