Re: error in urls.py

2010-05-04 Thread andy saksena
Thanks that resolved. On May 3, 5:41 pm, Daniel Roseman wrote: > On May 3, 8:27 am,andysaksena wrote: > > > > > Hi > > > my urls.py is > > > from django.conf.urls.defaults import * > > > # Uncomment the next two lines to enable the admin: > > from

Re: Error with django-registration

2010-05-04 Thread andy saksena
Resolved Thanks for the help. On May 3, 2:07 pm, andy saksena <andy.saks...@gmail.com> wrote: > Thats been resolved James but there is another thing I'm having > problems with and I'm sorry for asking so many questions. > All I now want is to have a minimum of 6 characters in the p

error in urls.py

2010-05-03 Thread andy saksena
Hi my urls.py is from django.conf.urls.defaults import * # Uncomment the next two lines to enable the admin: from django.contrib import admin admin.autodiscover() urlpatterns = patterns(”, # Example: # (r’^/’, include(‘.foo.urls’)), (r’^accounts/’,

Re: Error with django-registration

2010-05-02 Thread andy saksena
Thats been resolved James but there is another thing I'm having problems with and I'm sorry for asking so many questions. All I now want is to have a minimum of 6 characters in the password field. Thanks On May 3, 8:52 am, andy saksena <andy.saks...@gmail.com> wrote: > Hi James, > I g

Django user registration password field

2010-05-02 Thread andy saksena
Hi All, I am having the following error while using the dual password field : class DualPasswordWidget(forms.Widget): ^ SyntaxError: invalid syntax my views.py is # Create your views here. from django.shortcuts import render_to_response, get_object_or_404 from datetime import datetime

Re: Error with django-registration

2010-05-02 Thread andy saksena
<ubernost...@gmail.com> wrote: > On Wed, Apr 28, 2010 at 2:46 AM, andy saksena <andy.saks...@gmail.com> wrote: > > (111, 'Connection refused') > > As a Google search would have told you, this is the error Python's > smtplib module will raise when you tell it to connect t

using django-registration

2010-04-28 Thread andy saksena
Hi all, I m using django-registration app from bitbucket for a form in my project and stuck in understanding where is the model of the form. my database for he project has a table named registration profile woth the uniqhe id..but whatever fields i have in the database are getting populated in

Re: Error with django-registration

2010-04-28 Thread andy saksena
Thanks Its been resolved On Apr 28, 5:10 pm, James Bennett <ubernost...@gmail.com> wrote: > On Wed, Apr 28, 2010 at 2:46 AM, andy saksena <andy.saks...@gmail.com> wrote: > > (111, 'Connection refused') > > As a Google search would have told you, this is the erro

Error with django-registration

2010-04-28 Thread andy saksena
Hi all, I'm having some troubles while using django-registration used from bitbucket http://bitbucket.org/ubernostrum/django-registration/src After getting evrtythng done Im stuck and having this error. error at /accounts/register/ (111, 'Connection refused') Request Method: POST

Re: While trying to set up Django on Windows: Attrib uteError: ‘Settings’ object has no attribute ‘DATABASE S’

2010-04-26 Thread andy saksena
e? > Any help will be appreciated. Thank you! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to

Good examples or references

2010-04-22 Thread andy saksena
Hi all, I'm a newbie in Django and was wondering if there are any good examples/referneces of Django driven websites. Also if there is a link to make a website using django tutorial apart from the django- documentation It will be really good to know. thanks -- You received this message because