How can I display the result of a query in the template ?

2019-03-26 Thread Nadhem Zmandar
I am working on a project using Django and AngularJS. I have executed a query on the python shell. I would like to show the result on the front using AngularJS and make it a dynamic query using the "id" . -- You received this message because you are subscribed to the Google Groups "Django us

Re: Error while running a project

2019-01-17 Thread Nadhem Zmandar
installed > in your environment > > #%£& > > On Thu, 17 Jan 2019 6:22 pm Nadhem Zmandar wrote: > >> I am beginner with Django. I've downloaded an open source Django project >> to start learning and I've installed PostGres and PgAdmin and tested >> t

Error while running a project

2019-01-17 Thread Nadhem Zmandar
I am beginner with Django. I've downloaded an open source Django project to start learning and I've installed PostGres and PgAdmin and tested them.and I have checked all details in the settings.py (especially the password) to link the project to the database created on PgAdmin. However when I ru