How to fetch data from sql server and display on django web pages

2018-02-10 Thread Amit Kadivar
Please Help me. How to fetch data from sql server and display them on django web pages through nginx web server.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email

'WSGIRequest' object is not callable error generate

2018-01-19 Thread Amit Kadivar
Hello.. I am making a signup page in django 2.0. generate the error " 'WSGIRequest' object is not callable ". please give me a solution for that . error show in following line return request(request,'signup.html',{'form':form}) -- You received this message because you are subscribed to the