Hi, is there a type of field for django data models that's for html? I want
to have youtube embed links, which is a bunch of html fo putting a youtube
video on your site. Itlooks like this: "<iframe width="640" height="360"
src="https://www.youtube.com/embed/Rj_vssRaZlQ"; frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen></iframe>". I stored it in a charfield,
but it gets shown on the website as text.
What should I do?
Thanks,
Kovy

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACMwF3VTKYF3Zjm9fQMFwtjvxYXdsUA1JV6mXFTrD0XBW5bDdw%40mail.gmail.com.

Reply via email to