Hudar wrote:
Hello, I am new to django and still go through the tutorial. Just made
a simple registration form using django and found this error :
http://dpaste.com/168746/
Below are the register function I wrote :
def register(request):
if request.method == "POST":
form = UserCrea
Hello, I am new to django and still go through the tutorial. Just made
a simple registration form using django and found this error :
http://dpaste.com/168746/
Below are the register function I wrote :
def register(request):
if request.method == "POST":
form = UserCreationForm(reques
2 matches
Mail list logo