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 Metho

Re: Django-registration with django-profile

2010-04-05 Thread Praveen
Here i have done look at my blog http://praveensunsetpoint.wordpress.com/category/django/django-registration-profile/ On Apr 5, 1:03 am, Alessandro Ronchi wrote: > 2010/4/3 shacker : > > > Cool!  Would be nice to put your solution up on djangosnippets.org or > > similar for the

Re: Django-registration with django-profile

2010-04-04 Thread Alessandro Ronchi
2010/4/3 shacker : > Cool!  Would be nice to put your solution up on djangosnippets.org or > similar for the benefit of others. It's nothing new. I've copied the default backend for django-registration, changed the RegistrationForm and handled correctly the form with a view. It&#

Re: Django-registration with django-profile

2010-04-03 Thread shacker
On Apr 3, 9:21 am, Alessandro Ronchi wrote: > > I solved with a custom django-registration backend with a custom form. > > The form save directly to profile model, and I don't need > django-profiles, because it's unuseful. > > With that solution I can ask users

Re: Django-registration with django-profile

2010-04-03 Thread Alessandro Ronchi
2010/4/3 shacker : > On Apr 3, 2:39 am, Alessandro Ronchi > wrote: >> I've made a profile model and attached it to django-profile app that >> works correctly  (it shows /profiles/create/ with the form). >> >> I need to put together that profile model with dja

Re: Django-registration with django-profile

2010-04-03 Thread shacker
On Apr 3, 2:39 am, Alessandro Ronchi wrote: > I've made a profile model and attached it to django-profile app that > works correctly  (it shows /profiles/create/ with the form). > > I need to put together that profile model with django-registration, so > when a user goes to &

Django-registration with django-profile

2010-04-03 Thread Alessandro Ronchi
I've made a profile model and attached it to django-profile app that works correctly (it shows /profiles/create/ with the form). I need to put together that profile model with django-registration, so when a user goes to /account/register/ must fill both user default values and my c

EuroPython 2010 registration and talk submissions now open!

2010-03-19 Thread Darren
rials, sprints and social events. Registration Registration is open now at: http://www.europython.eu/registration/ For the best registration rates, book as soon as you can! Extra Early Bird closes soon, after which normal Early Bird rate will apply until 10th May Talks, Activitie

Re: Email address in registration form

2010-03-18 Thread shacker
On Mar 17, 8:01 pm, Wiiboy wrote: > Hi guys, > I'm using a combination of the UserCreationForm and my own ModelForm > of my Profile model to create a registration form.  I want to get > users' email addresses, however, that seems to be a field in > contrib.auth

Re: Email address in registration form

2010-03-18 Thread Wiiboy
Username/password are on the UserCreationForm (which is in django.contrib.auth.forms). -- 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

Re: Email address in registration form

2010-03-18 Thread Sander
On 18 mrt, 04:01, Wiiboy wrote: > Hi guys, > I'm using a combination of the UserCreationForm and my own ModelForm > of my Profile model to create a registration form.  I want to get > users' email addresses, however, that seems to be a field in > contrib.auth

Email address in registration form

2010-03-17 Thread Wiiboy
Hi guys, I'm using a combination of the UserCreationForm and my own ModelForm of my Profile model to create a registration form. I want to get users' email addresses, however, that seems to be a field in contrib.auth.User, so it should be in UserCreationForm. I don't know wheth

Re: Django registration not showing logged in on all pages

2010-03-09 Thread Duvalfan23
This worked like a charm!! Thanks!! On Mar 9, 12:47 am, Kenneth Gonsalves wrote: > On Tuesday 09 Mar 2010 11:01:59 am Duvalfan23 wrote: > > > Not that Im aware of. Im using the built in auth methods as of now for > > login and logout. Im kind of a django newbie. Im not quite sure what > > you mea

Re: Django registration not showing logged in on all pages

2010-03-08 Thread Kenneth Gonsalves
On Tuesday 09 Mar 2010 11:01:59 am Duvalfan23 wrote: > Not that Im aware of. Im using the built in auth methods as of now for > login and logout. Im kind of a django newbie. Im not quite sure what > you mean by that. Ill try to go look up some documentation on it But > if you have any great info on

Re: Django registration not showing logged in on all pages

2010-03-08 Thread Duvalfan23
, Kenneth Gonsalves wrote: > On Tuesday 09 Mar 2010 7:23:35 am Duvalfan23 wrote: > > > I have started a Django application with the Django Registration from > > GoogleCode included also. I built a menu that has certain menu items > > only viewable by logged in users. My lo

Re: Django registration not showing logged in on all pages

2010-03-08 Thread Kenneth Gonsalves
On Tuesday 09 Mar 2010 7:23:35 am Duvalfan23 wrote: > I have started a Django application with the Django Registration from > GoogleCode included also. I built a menu that has certain menu items > only viewable by logged in users. My login page is ~/login/ and > register page i

Django registration not showing logged in on all pages

2010-03-08 Thread Duvalfan23
I have started a Django application with the Django Registration from GoogleCode included also. I built a menu that has certain menu items only viewable by logged in users. My login page is ~/login/ and register page is ~/register/. Whenever I log in, the logged in menu shows up on the Login and

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":

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 = UserCr

Django/Satchmo for Membership orgs (dues, event registration, etc.)

2010-02-26 Thread django_jedi
Can anyone show me any examples of Membership organizations that use Django/Satchmo for: * membership registration w/recurring billing for annual dues * events registration (like eventbrite type stuff) Thank you. -- You received this message because you are subscribed to the Google Groups

Re: avoid pre filled registration form

2010-02-24 Thread andreas schmid
il.com>> wrote: >> >> hi, >> >> im using django registration to allow people to register to my site. >> the ugly thing is that the registration form is pre filled by the >> browser in a wrong way. >> >> the form has the usual 4 fields (usernam

Re: avoid pre filled registration form

2010-02-24 Thread Andrius A
Hi, Use autocomplete="off" attribute in your input fields. On 24 Feb 2010 07:58, "andreas schmid" wrote: hi, im using django registration to allow people to register to my site. the ugly thing is that the registration form is pre filled by the browser in a wrong way. the

avoid pre filled registration form

2010-02-23 Thread andreas schmid
hi, im using django registration to allow people to register to my site. the ugly thing is that the registration form is pre filled by the browser in a wrong way. the form has the usual 4 fields (username, email, pwd1 and pwd2) the prefilled fields are email with the username (wich is really bad

Re: Making a User Registration form

2010-02-20 Thread Wiiboy
Ok, I think that'll work. I'll try it. -- 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 django-users+unsubscr...@googlegroups.com.

Re: Making a User Registration form

2010-02-20 Thread Tim Shaffer
hik wrote: > On Feb 20, 2010, at 10:11 AM, Wiiboy wrote: > > > Wait, but do profile fields get displayed as part of the form? > > This is Django. It can do whatever you want it to. > > Django-registration was specifically written to be reusable so that, for > example, te

Re: Making a User Registration form

2010-02-20 Thread Shawn Milochik
On Feb 20, 2010, at 10:11 AM, Wiiboy wrote: > Wait, but do profile fields get displayed as part of the form? This is Django. It can do whatever you want it to. Django-registration was specifically written to be reusable so that, for example, templates can be overridden with your own. Sh

Re: Making a User Registration form

2010-02-20 Thread Wiiboy
Wait, but do profile fields get displayed as part of the form? -- 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 django-users+unsubs

Re: Making a User Registration form

2010-02-20 Thread Tim Shaffer
ike it helps a whole lot actually.  I don't see > > where I can create a registration form including my custom profile > > model. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

Re: Making a User Registration form

2010-02-20 Thread Tim Shaffer
reate(user=user) char.save() return user On Feb 19, 10:22 pm, Wiiboy wrote: > That doesn't look like it helps a whole lot actually.  I don't see > where I can create a registration form including my custom profile > model. -- You received this message because y

Re: Making a User Registration form

2010-02-19 Thread Wiiboy
That doesn't look like it helps a whole lot actually. I don't see where I can create a registration form including my custom profile model. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: Making a User Registration form

2010-02-19 Thread Shawn Milochik
http://bitbucket.org/ubernostrum/django-registration/ -- 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 django-user

Making a User Registration form

2010-02-19 Thread Wiiboy
Hi guys, What's the easiest way to make a user registration form, based on my own Profile model and the built-in user model? Writing my own form from scratch is looking like the most painless but time-consuming way. -- You received this message because you are subscribed to the Google G

Re: Setting a user to have particular permission group when registering with django-registration?

2010-01-24 Thread Peter Bengtsson
Use signals. django-registration will create a new User so you can do something like this: from django.db.models.signals import post_save def give_permission(sender, user, created, **__): if created: user.groups.add(u"My group") post_save.connect(give_permission, sender=Use

Setting a user to have particular permission group when registering with django-registration?

2010-01-21 Thread littlejim84
I'm using django-registration and want to set a user to have a paricular permission group when they sign in. What is the best way to implement this without messing with the source of the actual app? Any information at all would be good. I'm having no luck at all on the IRC chat gr

Re: Enter a valid value while saving fullname during registration

2010-01-17 Thread Malcolm Box
On Sat, Jan 16, 2010 at 7:56 PM, Praveen wrote: You seem to have forgotten to ask a question, provide an answer or start a thread of conversation. Malcolm -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

Enter a valid value while saving fullname during registration

2010-01-16 Thread Praveen
m, self).clean() return self.cleaned_data''' views.py def register(request, success_url=None, form_class=RegForm, profile_callback=None, template_name='registration/ registration_form.html', extra_c

Early Registration for PYCON in Atlanta Ends Jan 7

2009-12-18 Thread dartdog
See link for details https://us.pycon.org/2010/register/default/index -- 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 django-users

RE: Looking for guidance on django-registration

2009-12-12 Thread Boris Schäling
> -Original Message- > From: django-users@googlegroups.com [mailto:django- > us...@googlegroups.com] On Behalf Of vishy > Sent: Saturday, December 12, 2009 5:41 PM > To: Django users > Subject: Looking for guidance on django-registration > > I have downloaded

Re: Looking for guidance on django-registration

2009-12-12 Thread Zeynel
I think this will be in the documentation of your hosting co, for instance, http://docs.webfaction.com/software/django.html#configuring-django-to-send-email-messages On Dec 12, 11:51 am, vishy wrote: > got the registration working.Now, how to setup activation email? > > On Dec 12

Re: Looking for guidance on django-registration

2009-12-12 Thread vishy
got the registration working.Now, how to setup activation email? On Dec 12, 9:41 pm, vishy wrote: > I have downloaded the latest module.Now,I need to set it up.I want > guidance,especially how to setup the templates, like what goes into > registration_form.html.If there is some source

Looking for guidance on django-registration

2009-12-12 Thread vishy
I have downloaded the latest module.Now,I need to set it up.I want guidance,especially how to setup the templates, like what goes into registration_form.html.If there is some source code that will be great. thanks -- You received this message because you are subscribed to the Google Groups "Djan

Re: django-registration terms of service link

2009-12-04 Thread Skylar Saveland
help_text is safe by default? Might be of some use. aa56280 wrote: > The "safe" filter works on a string, not the entire form. So you'll > have to apply it to the label of the field: > > {{ form.tos.label|safe }} > > Hope that helps. > > > > On Dec 4, 11:55 am, Viktor wrote: > > ahoj, > > > > I

Re: django-registration terms of service link

2009-12-04 Thread aa56280
The "safe" filter works on a string, not the entire form. So you'll have to apply it to the label of the field: {{ form.tos.label|safe }} Hope that helps. On Dec 4, 11:55 am, Viktor wrote: > ahoj, > > I wrote a simple backend that extends RegistrationFormTermsOfService > of django-restration

django-registration terms of service link

2009-12-04 Thread Viktor
ahoj, I wrote a simple backend that extends RegistrationFormTermsOfService of django-restration as I would like to add links into the text stating that the user accepts the terms of service. But when I pass it to the template, the link's text is always escaped. I've tried to add a template filter

Registration open for DjangoSki Conference, March 2-4 2010

2009-12-03 Thread Andy McKay
Registration is now open for the first DjangoSki Conference in Whistler, March 2-4 2010. http://djangoski.com DjangoSki is a conference with a difference. It's set in the ski resort of Whistler and is half conference, half un-conference and, erm, half skiing. Come to the conferenc

Re: Django-Registration and Email Permission

2009-11-05 Thread JohnL
am using Django-Registration for my website on a linode ubuntu > virtual.  I get connection problem sending activation email when users > sign up. > > Here is my settings: > > EMAIL_HOST = 'smtp.gmail.com' > EMAIL_PORT = 587 > EMAIL_HOST_USER = 'myusern..

Re: [django-registration] urls in templates

2009-10-25 Thread Ethan Jucovy
Look in django-registration's registration/urls.py to find the names. IIRC it's like "auth_login" and "registration_register" (both with no parameters). egj On Sun, Oct 25, 2009 at 8:09 PM, Sławek Tuleja wrote: > > Hi > I am using django-registratio

[django-registration] urls in templates

2009-10-25 Thread Sławek Tuleja
Hi I am using django-registration. In my base.html file I have: login register How to avoid hardcoded urls? {% url ?:? %} greetings --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

Re: django.admin custom action registration not working

2009-10-13 Thread DrKJam
2009/10/13 Daniel Roseman > > On Oct 13, 11:55 am, DrKJam wrote: > > Hi, > > > > I'm following the advice here :- > > > > http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/ > > > > to try and add a custom action to the list display of one of my models in > > the admin interface. > >

Re: django.admin custom action registration not working

2009-10-13 Thread DrKJam
2009/10/13 DrKJam > > > 2009/10/13 Daniel Roseman > >> >> On Oct 13, 11:55 am, DrKJam wrote: >> > Hi, >> > >> > I'm following the advice here :- >> > >> > http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/ >> > >> > to try and add a custom action to the list display of one of my mo

Re: django.admin custom action registration not working

2009-10-13 Thread Daniel Roseman
On Oct 13, 11:55 am, DrKJam wrote: > Hi, > > I'm following the advice here :- > > http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/ > > to try and add a custom action to the list display of one of my models in > the admin interface. > > Sadly, as hard as I try, the option is not app

django.admin custom action registration not working

2009-10-13 Thread DrKJam
Hi, I'm following the advice here :- http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/ to try and add a custom action to the list display of one of my models in the admin interface. Sadly, as hard as I try, the option is not appearing in the drop down list. Anyone else have this p

Re: Subclassing RegistrationForm in django-registration

2009-10-09 Thread british.assassin
Yeah I did notice that after I posted, lol. Thanks for the advice, it works fine now. On Oct 9, 12:02 pm, Daniel Roseman wrote: > On Oct 9, 11:03 am, "british.assassin" > wrote: > > > > > Hi, > > > I am trying to add some more fields for new members t

Re: Subclassing RegistrationForm in django-registration

2009-10-09 Thread Daniel Roseman
On Oct 9, 11:03 am, "british.assassin" wrote: > Hi, > > I am trying to add some more fields for new members to fill in on > registration to my site by subclassing the RegistrationForm from the > django-registration app. My question is: is there away to do > so

Subclassing RegistrationForm in django-registration

2009-10-09 Thread british.assassin
Hi, I am trying to add some more fields for new members to fill in on registration to my site by subclassing the RegistrationForm from the django-registration app. My question is: is there away to do something like this for saving: class PlayerRegistrationForm(RegistrationForm): first_name

Re: optional username registration

2009-08-15 Thread Dhruv Adhia
t; > Sorry, I assumed you used django-registration. But the idea is the > same until you did not set up an own user model. :) > > On Aug 15, 3:11 pm, Léon Dignòn wrote: > > django-registration uses the django.contrib.auth module which includes > > the models.User model. in t

Re: optional username registration

2009-08-15 Thread Léon Dignòn
Sorry, I assumed you used django-registration. But the idea is the same until you did not set up an own user model. :) On Aug 15, 3:11 pm, Léon Dignòn wrote: > django-registration uses the django.contrib.auth module which includes > the models.User model. in this model it is necessary to

Re: optional username registration

2009-08-15 Thread Léon Dignòn
django-registration uses the django.contrib.auth module which includes the models.User model. in this model it is necessary to supply a username, but not an e-mail address. I assume you want to authenticate users via the e-mail address, then you'd simply copy the e-mail address into the use

optional username registration

2009-08-12 Thread Dhruv Adhia
Hello, I have a registration system working and most of the code is pulled out from django code base. I would like to make username optional. Is there any shorter way? Thanks Dhruv --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: django-registration and RegistrationFormUniqueEmail subclass

2009-08-09 Thread Léon Dignòn
Thank you On Jul 22, 7:42 pm, Dan Harris wrote: > The stuff in the brackets are the optional arguments passed to the > "register" view. > > You can read the documentation about the view at: > > http://bitbucket.org/ubernostrum/django-registration/src/b360801eae96.

django-profiles/registration and conditional redirect

2009-08-07 Thread Léon Dignòn
Hello, I struggle with the start of a little conditional request. I installed django-profiles and got django-profiles working and I have a small login form based on the django documentation. django-profiles covers the accounts/login url in its urls.py. So I only had to create the registration

django-registration and django-profiles: common form

2009-07-28 Thread Alex
hello! I'm trying to make registration based on django-registration and django-profiles. What I want is to have initial form for not only with just login- password-email fields but also to add some custom fields from userProfile model. Can anybody help? How can I add additional f

Re: django-registration and RegistrationFormUniqueEmail subclass

2009-07-22 Thread Dan Harris
The stuff in the brackets are the optional arguments passed to the "register" view. You can read the documentation about the view at: http://bitbucket.org/ubernostrum/django-registration/src/b360801eae96/docs/views.txt Alternatively you can check out the code as well. Ch

Re: django-registration and RegistrationFormUniqueEmail subclass

2009-07-22 Thread Léon Dignòn
How did you know about the parameter in brackets{}, what part of the documentation have I to read to know that? And how do you know I have to use 'form_class'? On Jul 22, 4:59 pm, Ronghui Yu wrote: > You don't need to implement one, it is there in registration/forms.py > W

Re: django-registration and RegistrationFormUniqueEmail subclass

2009-07-22 Thread Ronghui Yu
You don't need to implement one, it is there in registration/forms.py What you need to do is configure you url like this url(r'^register/$', register, {'form_class':RegistrationFormUniqueEmail},

django-registration and RegistrationFormUniqueEmail subclass

2009-07-22 Thread Léon Dignòn
Hey folks, I don't know how to implement the RegistrationFormUniqueEmail subclass. I have a new project and installed django-registration. I got some templates wich work well. Now I want, that E-Mail addresses are unique. For that in the forms-documentation is mentioned, that there

Re: django-registration .missing templates?

2009-07-20 Thread James Bennett
On Mon, Jul 20, 2009 at 9:10 AM, zayatzz wrote: > If you are going to test django registration, then remember, that it > sends info by email with activation key. I had to turn that off, > because i could not find free SMTP server and my ISP is blocking ports > used by my own SMT

Re: django-registration .missing templates?

2009-07-20 Thread zayatzz
django code created by others. If you are going to test django registration, then remember, that it sends info by email with activation key. I had to turn that off, because i could not find free SMTP server and my ISP is blocking ports used by my own SMTP server. If sending out mails does not work, then

Re: django-registration .missing templates?

2009-07-20 Thread David De La Harpe Golden
Reiner wrote: > The documentation states that you need to write these templates > yourself, no examples are included with the package. > However, IIRC (I may not, ended up not using django-registration in the end due to differing workflow requriements) the templates that are includ

Re: django-registration .missing templates?

2009-07-20 Thread phoebebright
Send me an email and I will post back the forms I used. email username as above plus spamcop.net. On Jul 19, 6:08 pm, Asinox wrote: > Hi guys, im trying to use the django-registration...im new with > django, but i was thinking that maybe some templates are missing, like > registrati

Re: django-registration .missing templates?

2009-07-20 Thread Reiner
The documentation states that you need to write these templates yourself, no examples are included with the package. http://bitbucket.org/ubernostrum/django-registration/src/tip/docs/overview.txt#cl-161 On Jul 19, 7:26 pm, Asinox wrote: > ok,  ...there no exis

Re: django-registration .missing templates?

2009-07-19 Thread Asinox
ok, ...there no exist's :( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to dja

django-registration .missing templates?

2009-07-19 Thread Asinox
Hi guys, im trying to use the django-registration...im new with django, but i was thinking that maybe some templates are missing, like registration, login... i cant found ..but i dont know if i need to create the templates... Some help? Thanks

Re: how add email field to user registration?

2009-07-18 Thread V
On Jul 18, 3:54 pm, Asinox wrote: > Hi guys, im new with Django, i want to know how ill add a email field > to the registration form from the User model. > > thanks please, give some more details, as there is no "registration form from the User model", AFAIK for registrat

how add email field to user registration?

2009-07-18 Thread Asinox
Hi guys, im new with Django, i want to know how ill add a email field to the registration form from the User model. thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

DjangoCon '09 Talks and Registration

2009-07-15 Thread Robert Lofthouse
Hi all, Registration: Just a reminder that early-bird registration ends this Sunday. The prices will increase around $80 after that (http:// www.djangocon.org/conference/pricing/). Call for Proposals: The deadline for you to get your talk submissions in is August 7th (http://www.djangocon.org

Re: django-registration not reflecting changes to forms and views

2009-06-24 Thread Graham Dumpleton
On Jun 24, 10:10 pm, David De La Harpe Golden wrote: > neri...@gmail.com wrote: > > I tried adding more form fields to the > > registration form and the changes would never show with touch > > dispatch.fcgi, > > Which fcgi implementation are you using? Assuming apac

Re: django-registration not reflecting changes to forms and views

2009-06-24 Thread neridaj
deleted and the app still works as if they were never changed. On Jun 24, 5:10 am, David De La Harpe Golden wrote: > neri...@gmail.com wrote: > > I tried adding more form fields to the > > registration form and the changes would never show with touch > > dispatch.fcgi, > > Wh

Re: django-registration not reflecting changes to forms and views

2009-06-24 Thread David De La Harpe Golden
neri...@gmail.com wrote: > I tried adding more form fields to the > registration form and the changes would never show with touch > dispatch.fcgi, Which fcgi implementation are you using? Assuming apache2 web server, note that the common (since it's in debian and derivati

django-registration not reflecting changes to forms and views

2009-06-23 Thread neri...@gmail.com
I'm using django-registration and don't understand why changes made to form and views are not reflected in the browser, even after deleting the referenced forms and views. I tried adding more form fields to the registration form and the changes would never show with touch dispatch.

Re: django-registration using a different registration form

2009-06-11 Thread Paddy Joy
27;^%saccounts/' % settings.BASE_URL, include ('registration.urls')), Paddy On Jun 11, 10:43 am, creecode wrote: > Hello Paddy, > > You can do the later. Put your url above the include for registration > and you should be good to go. > > On Jun 10, 3:26 pm, Paddy Joy wr

Re: django-registration using a different registration form

2009-06-10 Thread creecode
Hello Paddy, You can do the later. Put your url above the include for registration and you should be good to go. On Jun 10, 3:26 pm, Paddy Joy wrote: > I have been reading the django-registration docs and have learned I > can change the registration form by using the 'form_cla

django-registration using a different registration form

2009-06-10 Thread Paddy Joy
I have been reading the django-registration docs and have learned I can change the registration form by using the 'form_class' keyword argument. http://bitbucket.org/ubernostrum/django-registration/src/b360801eae96/docs/views.txt To make this work do I need to rewrite the included ur

Re: Django Registration templates not talking to my other pages. Sometimes.

2009-06-09 Thread Matt
I haven't toyed with the debugging tool yet. Thanks for the suggestion -- I'll let you know how it woks out. On Jun 8, 4:48 pm, Jashugan wrote: > On Jun 4, 2:45 pm, Matt wrote: > > > It looks like you're right and the login page isn't actually logging > > users in. > > > Any idea why that might

Re: Django Registration templates not talking to my other pages. Sometimes.

2009-06-08 Thread Jashugan
On Jun 4, 2:45 pm, Matt wrote: > It looks like you're right and the login page isn't actually logging > users in. > > Any idea why that might be? I'm using the auth.login view and a > template that looks like this: Your template code looks fine. > Any thoughts on what might be going on here?

Re: Django Registration templates not talking to my other pages. Sometimes.

2009-06-04 Thread Matt
  ... >   return direct_to_template(request, 'results/resultstable.html') > > direct_to_template will setup the request context for the templates > > > The problem is my {{ user }} (which I'm using in base.html) isn't > > showing up in the majority of

Re: Django Registration templates not talking to my other pages. Sometimes.

2009-06-03 Thread Jashugan
x27;) direct_to_template will setup the request context for the templates > The problem is my {{ user }} (which I'm using in base.html) isn't > showing up in the majority of my pages. It shows up on all of the > django-registration pages that start with "/accounts/." It al

Django Registration templates not talking to my other pages. Sometimes.

2009-06-02 Thread Matt
This is a weird one. It's so weird, I'm positive I'm making a very dumb mistake somewhere. This is my MO. Anyway, I am trying to use django-registration to do some very basic login, logout stuff. I'm using RequestContext to make usernames available to all of my templates,

Re: extending django-registration ( MixIn ModelForm and Form)

2009-06-02 Thread Marco Bazzani
05:57, Rishabh Manocha wrote: > On Tue, Jun 2, 2009 at 9:10 AM, Marco Bazzani > wrote: >> >> On Mon, Jun 1, 2009 at 23:19, V wrote: >> > >> > On Jun 1, 6:50 pm, Marco Bazzani wrote: >> >> I'm trying to extends django-registration app with some m

Re: extending django-registration ( MixIn ModelForm and Form)

2009-06-01 Thread Rishabh Manocha
On Tue, Jun 2, 2009 at 9:10 AM, Marco Bazzani wrote: > > On Mon, Jun 1, 2009 at 23:19, V wrote: > > > > On Jun 1, 6:50 pm, Marco Bazzani wrote: > >> I'm trying to extends django-registration app with some more fields in > >> the moment of registration

Re: extending django-registration ( MixIn ModelForm and Form)

2009-06-01 Thread Marco Bazzani
On Mon, Jun 1, 2009 at 23:19, V wrote: > > On Jun 1, 6:50 pm, Marco Bazzani wrote: >> I'm trying to extends django-registration app with some more fields in >> the moment of registration >> those fields are saved in a subclass of User >> >> for ref

Re: extending django-registration ( MixIn ModelForm and Form)

2009-06-01 Thread V
On Jun 1, 6:50 pm, Marco Bazzani wrote: > I'm trying to extends django-registration app with some more fields in > the moment of registration > those fields are saved in a subclass of User > > for reference here are the form > classes:http://bitbucket.org/ubernostrum/djan

extending django-registration ( MixIn ModelForm and Form)

2009-06-01 Thread Marco Bazzani
I'm trying to extends django-registration app with some more fields in the moment of registration those fields are saved in a subclass of User for reference here are the form classes: http://bitbucket.org/ubernostrum/django-registration/src/tip/registration/forms.py#cl-21 ok here is my

Re: Lost CSS using Django-registration

2009-05-24 Thread Anthony
One night of good sleep, and I find the error...somehow, the leading '/' was missing from the declaration. thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send ema

Lost CSS using Django-registration

2009-05-24 Thread Anthony
o the output as expected. * When I load up "registration_form.html" (from the registration app), the CSS stylings disappear. * When I enter the style reference directly into the template (instead of extending the base), the style is loaded properly: Any help would be appr

Re: Pass context vars to django-registration

2009-05-07 Thread Stephen Cheng
verted to django-registration module, > then I don't know how to properly pass the citylist as a context value > to django-registration. > > I have got two solutions here: > 1) For the view directly in registration module, I can just invoke my > post-processed r

Pass context vars to django-registration

2009-05-07 Thread Stephen Cheng
I have got a case like this: I have a drop down list of value of 8 cities which requires a db query every time when every page loads. The problem is when the url is diverted to django-registration module, then I don't know how to properly pass the citylist as a context value to d

Re: TemplateDoesNotExist registration/login.html

2009-05-05 Thread Jarek Zgoda
d_template_source: > /usr/lib/python2.5/site-packages/django/contrib/admin/templates/ > registration/login.html > (File does not exist) See http://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.views.login -- We read Knuth so you don't have to. - Tim Peter

TemplateDoesNotExist registration/login.html

2009-05-05 Thread Jerzy Orlowski
27;, 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware') Template Loader Error: Django tried loading these templates, in this order: Using loader django.template.loaders.filesystem.load_template_source: Using

Re: Registration

2009-04-21 Thread Adi
I agree with Parveen. Have you read the tutoria? http://docs.djangoproject.com/en/dev/intro/tutorial01/#intro-tutorial01l On Apr 17, 5:35 pm, TP wrote: > Hi I have a HTML website and im looking to use Django-registration > with it. > > I have downloaded the registration app, but ca

<    2   3   4   5   6   7   8   9   10   >