Password reset email sent several times

2010-05-05 Thread newbiedjango
Hi All, I am using the django-registration app and when try to send a password reset email it sends 5 mails at once when its suppose to send it only once. Can anyone who has faced this problem or anyone who knows how to rectify this. I am a newbie in django so please go easy. Many Thanks -- You

Re: Password reset email sent several times

2010-05-06 Thread newbiedjango
True...Thanks man..I didnt realise that. I was just checking by entering users with the same email address...so found it weird when there were 5-6 mails sent for password reset. But is there anything that I can do to restrict users using same email address more then once.. Cheers On May 7, 6:21 am

No module name error

2010-05-06 Thread newbiedjango
hi all, i am a newbie in django and have been trying to get this django- registration app working with few extra fields. now i am getting his module error http://dpaste.com/191756/ please help fixing me this error.. Thanks -- You received this message because you are subscribed to the Google

No module name error

2010-05-06 Thread newbiedjango
hi all, i am a newbie in django and have been trying to get this django- registration app working with few extra fields. now i am getting his module error http://dpaste.com/191756/ please help fixing me this error.. Thanks -- You received this message because you are subscribed to the Google

Re: No module name error

2010-05-06 Thread newbiedjango
27;t have any profiles.utils > > see :http://bitbucket.org/ubernostrum/django-registration/src/tip/registra... > > -adji- > > > > On Fri, May 7, 2010 at 9:19 AM, newbiedjango wrote: > > hi all, > > i am a newbie in django and have been trying to get this django- > &

Re: No module name error

2010-05-06 Thread newbiedjango
ready customized the registration apps > > -adji- > > > > On Fri, May 7, 2010 at 9:57 AM, newbiedjango wrote: > > my views.py is > > down here which is an extension of > >http://bitbucket.org/ubernostrum/django-registration/src/tip/registra... > > I am a tot

Re: Password reset email sent several times

2010-05-07 Thread newbiedjango
Resolved/...Ta On May 7, 9:36 am, newbiedjango wrote: > True...Thanks man..I didnt realise that. I was just checking by > entering users with the sameemailaddress...so found it weird when > there were 5-6 mails sent forpasswordreset. > But is there anything that I can do to restrict

Django form inline validation

2010-05-11 Thread newbiedjango
Hi All, I am a newbie in Django. I am currently working on a user registration form. I am trying to integrate a Jquery inline validation script in my django code which is not a success. What I would like to have is use something of this sort http://www.position-absolute.com/articles/jquery-form-v

Re: how to display an image inside Django

2010-05-12 Thread newbiedjango
If you are trying to upload images as static images just as we do in html with an img tag then you might want to look for how to serve static documentation on the django book. You would need to make changes in settings.py by defining media_url, media_root, etc. and then make sure your root is on PY