Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 2.25 KB

README.md

File metadata and controls

64 lines (44 loc) · 2.25 KB

Video Sharing Application using Django



About Video Sharing Web Application

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.

Setup the project directory

mkdir videoSharing
cd videoSharing

pip install virtualenv
virtualenv venv

Activate the virtual environment and clone the project

venv\Scripts\activate

git clone https://github.com/CSI-KJSCE/Video-Sharing-21-22-WorkShop1

cd Video-Sharing-21-22-WorkShop1

Install the requirements

pip install -r requirements.txt

Start the server !!

python manage.py runserver

Find the event recordings here


Made with 💜 by CSI Team