iltosec / django-youtube-clone

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

Repository from Github https://github.comiltosec/django-youtube-cloneRepository from Github https://github.comiltosec/django-youtube-clone

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

About

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


Languages

Language:HTML 63.1%Language:Python 31.6%Language:CSS 5.3%