how to embed video in Django || video grid website by Django || embed YouTube video

  Рет қаралды 14,546

B Learning Club

B Learning Club

Күн бұрын

how to embed video in Django || create django video embedding website || embed KZbin video
#video #django
in this video I have created a website for embed video in django
you will learn how to embed video in django
follow the step by step
don't skip
embed video create a amazing website in Django
install a module :
pip install django-embed-video
then installed the app embed-video
create model
register model to admin
and create url and link with views
in template load the embed video tags
{% load embed_video_tags %}
create for loop for a sequence
and embed video one by one
{% video i.video 'small' %}
you can use large instead of small
ask anything join telegram ::
Blearningclub Telegram channel ::
t.me/blearning...
how to run django on cpanel with python latest version :
• How to run django in C...
for more info visit documentation Django embed video :
django-embed-v...
more video:
how to run django on cpanel:
• How to run Django on c...
how to run your django project on shared hosting cpanel:
• How to run your django...
how to get free ssl:
• ZeroSSL | How to get f...
free download django website about poll app:
• Django poll app || fre...
for support us
LIKE || SHARE || SUBSCRIBE
email: coffewithbhaskar13@gmail.com
i will glad if you get help from this video
for any query or help :
email us - coffewithbhaskar13@gmail.com
music credits :-
Sunrise by MusicbyAden & Atch
/ musicbyaden
/ atch-music
Creative Commons - Attribution-ShareAlike 3.0 Unported - CC BY-SA 3.0
Free Download / Stream: bit.ly/m-a-asu...
Music promoted by Audio Library • Sunrise - MusicbyAden ...
i used music for this video : • Sunrise - MusicbyAden ...

Пікірлер: 42
@khmersmile7590
@khmersmile7590 4 жыл бұрын
Thank you for your great instruction of embedding video on Django page.
@Randomvideos-tt8nq
@Randomvideos-tt8nq 2 жыл бұрын
thank you sir, continue with what u do, hope you got lots of views, u just got a subscriber
@blearningclub
@blearningclub 2 жыл бұрын
♥️
@ndip2tweenty47.3
@ndip2tweenty47.3 4 жыл бұрын
thanks very much Sir succeeded in embed audio from soundcloud and videos from youtube and vemeo.thanks very much sir .if i was to follow the documentation i could not have made it .and all the videos on youtube about this topic are limited and some complicated
@fredj737
@fredj737 4 жыл бұрын
Good job brother
@JMO380
@JMO380 3 жыл бұрын
Is there a way to embed this into a bootstrap carousel?? Very well done video by the way and much appreciated for this info
@lofistudio9652
@lofistudio9652 4 жыл бұрын
Nice bro
@NIHITHRAJ
@NIHITHRAJ 2 жыл бұрын
Hi i want to embed another website in django. Like for ex: wiki page of search result on the page. any suggestions?
@habiborrahaman4531
@habiborrahaman4531 3 жыл бұрын
brother how to deploy my django website heroku please make this tutorials brother, deep needed this video. please do help us
@codyj8567
@codyj8567 4 жыл бұрын
Thank you so much for the video! Easy to follow and helpful. I’ve had success adding videos from Vimeo but my videos I add from KZbin are not working. Is there a quick fix for this? I’m reading over the Django-embed-video documentation now.
@blearningclub
@blearningclub 4 жыл бұрын
Copy the video URL of KZbin , sometimes channel owners don't allow to embed their video
@codyj8567
@codyj8567 4 жыл бұрын
B Learning Club This is my mistake. I found that using the share link rather than copying the url text in the address bar allowed the video to be played. Thanks again for the great video!
@ashishgiri7812
@ashishgiri7812 3 жыл бұрын
Bro numbers of videos are in same page i want something like when watch is clicked new page should open with only one media player
@ranjeet99mishrarock
@ranjeet99mishrarock 4 жыл бұрын
thanku sir
@groove00
@groove00 3 жыл бұрын
thanks bro
@ndip2tweenty47.3
@ndip2tweenty47.3 4 жыл бұрын
Sir please with sound cloud how thus it work. do we just have to copy the link too
@ndip2tweenty47.3
@ndip2tweenty47.3 4 жыл бұрын
More love. will be more happy if you can direct me more on how to include but the title and text
@blearningclub
@blearningclub 4 жыл бұрын
Manually you can add a char field in item model for name of video then you can use it ( before the line video = Embed field add name=CharField it will also work )
@ndip2tweenty47.3
@ndip2tweenty47.3 4 жыл бұрын
@@blearningclub Thanks prof i got what you are saying .thanks for being there for us
@yegorisakov289
@yegorisakov289 Жыл бұрын
where is your virtual environment?
@ndip2tweenty47.3
@ndip2tweenty47.3 4 жыл бұрын
Sir i was wondering is it posible to include the video title and detail text ?. or are we to create a new model for title and text and manuel type it when we want to embed a new url ?
@blearningclub
@blearningclub 4 жыл бұрын
You can do all , cheak documentation for more information. django-embed-video.readthedocs.io/en/latest/
@ndip2tweenty47.3
@ndip2tweenty47.3 4 жыл бұрын
@@blearningclub i have been reading it since yesterday and currently am still reading but i can get it wright. only the video get display
@piorprogramadorbr9481
@piorprogramadorbr9481 Жыл бұрын
how to add autoplay to vidoe?
@deviprasadhota2617
@deviprasadhota2617 2 жыл бұрын
Can we embed a youtube link video taking it in a yaml config file?
@marklesterpolicarpio5652
@marklesterpolicarpio5652 3 жыл бұрын
Hello, how can i fix this? Invalid block tag on line 173: 'video', expected 'empty' or 'endfor'. Did you forget to register or load this tag?
@blearningclub
@blearningclub 3 жыл бұрын
Check your html code
@marklesterpolicarpio5652
@marklesterpolicarpio5652 3 жыл бұрын
may i know what django version it is?
@sue3245
@sue3245 2 жыл бұрын
Can you do this where you open in another page
@nareshk7481
@nareshk7481 4 жыл бұрын
hi, how can I upload my own videos(suppose if I recorded a video and I want to upload that video), please help me in this.
@blearningclub
@blearningclub 4 жыл бұрын
This is easy , just u have to upload your video as a media file
@melanidestefanis6217
@melanidestefanis6217 3 жыл бұрын
Does it work with Django 1.8??
@digitaltanzeel1056
@digitaltanzeel1056 2 жыл бұрын
On django project video don't play
@calebemartins8266
@calebemartins8266 3 жыл бұрын
Hi, how can i upload a file video from my desktop, and not a youtube video?
@blearningclub
@blearningclub 3 жыл бұрын
Already uploaded, check the playlist
@calebemartins8266
@calebemartins8266 3 жыл бұрын
@@blearningclub thanksss bro!!
@ravisandhu1111
@ravisandhu1111 3 жыл бұрын
E tem fariable
@byronlovelace8379
@byronlovelace8379 3 жыл бұрын
github?
@ranjeet99mishrarock
@ranjeet99mishrarock 4 жыл бұрын
Video unavailable after clicking on video
@blearningclub
@blearningclub 4 жыл бұрын
Try other video URL , just copy only YT video URL and paste , it will 💯 work
@Version_Beta
@Version_Beta 4 жыл бұрын
does it work with youtubes short urls? like kzbin.info/www/bejne/h3mVXod9itGqq5Y or just with the standard links. Thank You
@blearningclub
@blearningclub 4 жыл бұрын
Just copy the video URL from KZbin or any others video platform
Download File On client machine  By Django Python
13:35
B Learning Club
Рет қаралды 13 М.
Video in Django: how to embed video in Django project | Django casts #8
11:26
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 5 МЛН
He bought this so I can drive too🥹😭 #tiktok #elsarca
00:22
Elsa Arca
Рет қаралды 53 МЛН
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 15 МЛН
The Biggest Mistake Beginners Make When Web Scraping
10:21
John Watson Rooney
Рет қаралды 113 М.
Upload video By User in django || Tutorial
20:13
B Learning Club
Рет қаралды 11 М.
Wordpress vs coding - why devs SHOULD learn Wordpress
11:03
SuperSimpleDev
Рет қаралды 302 М.
How to solve the Iframe refused to show a pdf file in Django project?
7:48
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 5 МЛН