Re: Django User Registration tutorial

2010-03-06 Thread Ilya Braude
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 =

Django User Registration tutorial

2010-03-06 Thread Hudar
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 =