This is a project built using Django, embed-video, django-braces and memcache
1.Clone Repo
git clone https://github.com/shyam999/codeteacher.git
2.Setup Virtualenv & Install Requirements
pipenv install -r requirements.txt
pipenv shell
3.Migrate Database
python manage.py makemigrations
python manage.py migrate
4.Run Server
python manage.py runserver
visit My Website