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
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