Skip to content

CSI-KJSCE/Video-Sharing-21-22-WorkShop1

Repository files navigation

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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published