Re: How to integrate Postgresql db with Django,so that data will be retrieved from that postgresql db table and show it on browser via html

2013-12-02 Thread Tim Graham
Hi, django-developers is for discussing the development of Django itself, not for answering user queries. If you have a "how do I" question, please direct it to django-users. Thanks! On Monday, December 2, 2013 1:03:28 AM UTC-5, Swastik Acharya wrote: > > django 1.4 version > postgresql 9.1 vers

How to integrate Postgresql db with Django,so that data will be retrieved from that postgresql db table and show it on browser via html

2013-12-02 Thread Swastik Acharya
django 1.4 version postgresql 9.1 version I have successfully loaded all the html files and css on browser using django. Now i have some tables in postgresql ,which i need to integrate it with django and .html files so that data will be read and execute both from html file inputs and database