Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 1.52 KB

README.md

File metadata and controls

60 lines (51 loc) · 1.52 KB

YouTube Clone In Django

Basic YouTube clone website built in django web framework using Python.

Live Demo

Website

Update Github Stats

Properties

Create User, Video, Comment-Reply, Channel, Watch Later List
Share Video and Channel

Requirements

You can install the Requirements by running the command:

pip install -r requirements.txt
asgiref==3.5.0
autopep8==1.6.0
Django==4.0.3
django-ckeditor==6.2.0
django-js-asset==2.0.0
Pillow==9.0.1
pycodestyle==2.8.0
sqlparse==0.4.2
toml==0.10.2
tzdata==2021.5

Installation

$ git clone https://github.com/alii76tt/django-youtube-clone
$ cd django-youtube-clone
$ python -m venv venv
if you are using windows:
$.\venv\Scripts\activate
if you are using linux
$source venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py runserver

Screenshots