Re: Regarding redering data in html templates

2020-05-27 Thread VenkataSivaRamiReddy
You got solution for your query? On Wed, May 27, 2020, 14:52 Ifeanyi Chielo wrote: > at the html file of your template folder, use something like > {{table1.skin_care1}} > {{table1.skin_care2}} etc > > note skin_care1, skin_care etc are fields in your model table 'table1' > > Dr. Chielo C. I

Re: Regarding redering data in html templates

2020-05-27 Thread Ifeanyi Chielo
at the html file of your template folder, use something like {{table1.skin_care1}} {{table1.skin_care2}} etc note skin_care1, skin_care etc are fields in your model table 'table1' Dr. Chielo C. Ifeanyi Chief Programmer, Head Webometrics Section ICT Unit, UNN 08032366433, 08154804230 ifeanyi.chi..

Re: Regarding redering data in html templates

2020-05-27 Thread Karthiki Chowdary
Thanks On Wed, 27 May, 2020, 1:04 pm Derek, wrote: > Lots of examples out there, but here is one: > > > https://www.gun.io/blog/how-to-list-items-in-a-dictionary-in-a-django-template > > For working with static files (such as CSS or images), have a look at: > > https://scotch.io/tutorials/workin

Re: Regarding redering data in html templates

2020-05-27 Thread Derek
Lots of examples out there, but here is one: https://www.gun.io/blog/how-to-list-items-in-a-dictionary-in-a-django-template For working with static files (such as CSS or images), have a look at: https://scotch.io/tutorials/working-with-django-templates-static-files On Monday, 25 May 2020 17:06:

Regarding redering data in html templates

2020-05-25 Thread Karthiki Chowdary
Hi i was beginner in django and i have a small query in templates. For suppose in the home page of any client browser if we have a button like SKINCARE or HEALTH CARE and if we click on that buttons we need to get the data of all skin care products companies logos/ health care companies logos.