This was the application we built for the 'Web development using Python' event conducted on 28th and 29th August by CSI KJSCE.
You can find all the HTML files in the templates folder and all the static files such as CSS,Javascript and Images in the static folder. We created a django project named VideoShring. We have configured this project with django app named website and other 3rd party applications like crispy-forms and allauth for managing the authentication of users.
mkdir videoSharing
cd videoSharing
pip install virtualenv
virtualenv venv
venv\Scripts\activate
git clone https://github.com/CSI-KJSCE/Video-Sharing-21-22-WorkShop1
cd Video-Sharing-21-22-WorkShop1
pip install -r requirements.txt
python manage.py runserver
Find the event recordings here