/Video-Share-System

This is the project of our software engineering practice course.

Primary LanguagePythonMIT LicenseMIT

Video-Share-System

Getting Started:

pip install virtualenv
virtualenv mysiteenv
source mysiteenv/bin/activate
cd se
pip install -r requirements.txt
python manage.py runserver