This is a video streaming application built using Django.
- K Krishna Swaroop (181CO125)
- Niranjan S Yadiyala (181CO136)
The folder "youtube_python" is the core Django project. The folder youtube is the "App" of this Project.
To install dependencies, run:
- myenv\Scripts\activate (Activates virtual environment)
- python -m pip install --upgrade pip (Upgrading pip)
- pip3 install -r requirements.txt
To initialize the Database (sqlite3 file)
- del db.sqlite3
- python manage.py makemigrations
- python manage.py migrate
In order to run this project, execute:
- python manage.py runserver
- open http://127.0.0.1:8000/ on your browser