Re: reg: creating blog topic in database

2019-11-19 Thread 'Amitesh Sahay' via Django users
I have got a work around though, and yes, those two links were handy. Regards, Amitesh On Monday, 18 November, 2019, 6:27:01 PM IST, 'Amitesh Sahay' via Django users wrote: Hi, To be honest, I have tried following the django docs link that you have shared. But I failed to unders

Re: reg: creating blog topic in database

2019-11-18 Thread 'Amitesh Sahay' via Django users
Hi, To be honest, I have tried following the django docs link that you have shared. But I failed to understand the relevance . I have little knowledge. So, I might be little clueless here. Regards, Amitesh On Saturday, 16 November, 2019, 5:00:11 PM IST, Integr@te System wrote:

Re: reg: creating blog topic in database

2019-11-16 Thread Integr@te System
Hi Issuer Follow to part 3 - 4 and check docs for some thing else around you need https://docs.djangoproject.com/en/2.2/ref/templates/language/ https://docs.djangoproject.com/en/2.2/intro/tutorial04/ On Sat, Nov 16, 2019, 16:40 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wr

reg: creating blog topic in database

2019-11-16 Thread 'Amitesh Sahay' via Django users
Hello All, I have created the two models to create post on desired topic, as well as to get the comments from the visitors. But, I am not able to figure out, how to connect that model to my HTML page. I know how to create a static HTML pages for each topic,and write page content in tags. whic