Display error message

2013-07-13 Thread Kakar Arunachal Service
Hi, I have a site, that has a submit form, but one must be logged in for that. And if the user is not logged in, it redirects it to the login page. And this all fine. My question is, what do I do to display the error message, "You must be logged to submit.", if the user is not logged in and tries t

Re: How to display Error Message

2010-01-05 Thread 邓超
If you use django's orm, maybe you can check their document at its website. 2010/1/6 Geobase Isoscale > Hi all, > > I have a Django extension that enables me to call predefined PostgreSQL > functions from the database. I would like to know how to display on the > browser the error message gotte

How to display Error Message

2010-01-05 Thread Geobase Isoscale
Hi all, I have a Django extension that enables me to call predefined PostgreSQL functions from the database. I would like to know how to display on the browser the error message gotten from the database when one enters invalid data into the database. Many Thanks Isoscale -- You received this