Re: Help on forms.py

2012-02-16 Thread Stanwin Siow
Awesome! Thank you and have a great Weekend! :D Best Regards, Stanwin Siow On Feb 17, 2012, at 1:50 AM, Alasdair Nicol wrote: > Hi Stanwin, > > On 16/02/12 17:43, Stanwin Siow wrote: >> Hello, >> >> I'm trying to modify the default registration forms.py by adding in more >> fields. >> >>

Re: Help on forms.py

2012-02-16 Thread Alasdair Nicol
Hi Stanwin, On 16/02/12 17:43, Stanwin Siow wrote: Hello, I'm trying to modify the default registration forms.py by adding in more fields. Currently it's like that: = *keyword_info = {* *"queryset" : Keyword.objects.all(),* *}* class Regi