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...
For further actions, you may consider blocking this person and/or reporting abuse
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.
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.
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()
Nice Work bro
Thanks..
Good good
Thanks
nice
Hello sir thank for the tutorial am a new developer...could you please share the static files for the project...thanks
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
Amazing work keep it up.