DEV Community

Cover image for Online Video Sharing Website - Django Project

Online Video Sharing Website - Django Project

Madhuban Khatri on January 06, 2021

Hello Developers, Do you use Online Video Sharing Website like YouTube or Vimeo? And how to create websites like them? Here is the example of Onlin...
Collapse
 
khanhazii2124 profile image
capapk

Thanks for the detailed tutorial.
I started my website to share CapCut Templates on WordPress and its slow a bit, Now i am trying to make custom page so i can meet google Core Web Vitals.

Collapse
 
pro_capcut profile image
Capcut Pro

Thanks for the detailed tutorial.
I started my website to share CapCut Templates on WordPress and its slow a bit, Now i am trying to make custom page so i can meet google Core Web Vitals.

Collapse
 
mikemka profile image
микемка

def watch_video(request, video_id):
try:
video_obj = VideoPost.objects.get(id=video_id)
except ObjectDoesNotExist:
return render(request, '404.html')

use django.shortcuts.get_object_or_404()

Collapse
 
gksvg profile image
Guatam Kumar

Nice Work bro

Collapse
 
madhubankhatri profile image
Madhuban Khatri

Thanks..

Collapse
 
say_whaaaaaattt profile image
Hypertext

Good good

Collapse
 
madhubankhatri profile image
Madhuban Khatri

Thanks

Collapse
 
shaidsifat profile image
shaid sifat

nice

Collapse
 
primestar_ace profile image
PRIME STAR ACE

Hello sir thank for the tutorial am a new developer...could you please share the static files for the project...thanks

Collapse
 
netizentech profile image
Netizen Tech

Hi, thank you for your message! I’m glad you found the tutorial helpful. I’ll share the static files shortly—please keep an eye on the post or your inbox. Welcome to the developer journey! Erome

Collapse
 
henry_william_1e6cb574213 profile image
Henry William • Edited

Amazing work keep it up.