thanks everyone!!!
On Tue, Aug 4, 2020 at 8:10 AM Yemin Sajid wrote:
> I would suggest you to only put the *video id* in the charfield and use
> that to render the * *in the template. Otherwise, there can be
> security issues if the content from the charfield is rendered safely as
> HTML.
>
> So
I would suggest you to only put the *video id* in the charfield and use
that to render the * *in the template. Otherwise, there can be
security issues if the content from the charfield is rendered safely as
HTML.
So in your template could it would be something like
*https://www.youtube.com/embed/{
Try to use django *safe *filter to render this as html.
On Mon, Aug 3, 2020 at 8:35 PM Kovy Jacob wrote:
> 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 t
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: "https://www.youtube.com/embed/Rj_vssRaZlQ"; frameborder="0"
allow="accelerometer; autoplay; encrypted-media;
Rajesh Dhawan wrote:
>
>
> On Jan 25, 11:57 am, Michael Hipp <[EMAIL PROTECTED]> wrote:
>> When creating a field that will hold HTML snippets, should it be created
>> as a CharField or an XMLField (or something else)?
>
> Either of those would work. The XMLField would require you to
> guarantee
On Jan 25, 11:57 am, Michael Hipp <[EMAIL PROTECTED]> wrote:
> When creating a field that will hold HTML snippets, should it be created
> as a CharField or an XMLField (or something else)?
Either of those would work. The XMLField would require you to
guarantee that the HTML snippet is valid XML
When creating a field that will hold HTML snippets, should it be created
as a CharField or an XMLField (or something else)?
Thanks,
Michael
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To p
7 matches
Mail list logo