Re: [BangPypers] Django URLs -> New URLs are getting appended with the previous one

2008-12-21 Thread Rajeev J Sebastian
On Thu, Dec 18, 2008 at 4:14 PM, Hussain Bohra wrote: > Hi All, > > I am trying my hands in a Django with a small application, I am making one > login page and acceptance / failure of a user name and password. Hi Hussain, There are a number of issues with the code you posted. You might want to

[BangPypers] Django URLs -> New URLs are getting appended with the previous one

2008-12-18 Thread Hussain Bohra
Hi All, I am trying my hands in a Django with a small application, I am making one login page and acceptance / failure of a user name and password. My functions for same: How Submit button is Contructing def SubmitButton() return '' % (self.name, self.label) views.py from django.http