Save formtools.WizardView for later completion in another session?

2012-10-02 Thread Alex S-B.
I have a long multi-page form wizard (a django.contrib.formtools.wizard.views.SessionWizardView) that I would like the user to be able to continue working through even after logging out and back in from a different computer. That is, I would like the wizard data to persist across sessions

Re: Creating a simple contact form

2011-06-17 Thread Alex s
I´m having the same problem using Dreamhost. Have anyone this emails settings for Dreamhost? Regards Alex On Fri, Jun 17, 2011 at 1:23 PM, william ratcliff < william.ratcl...@gmail.com> wrote: > If you can wait, I use webfaction and can give you a response for what we > do when I get home late

Re: Banners and Ads managment

2011-04-21 Thread Alex s
Thank you Bartek. And what about Ads management ? Regards Alex 2011/4/21 Bartek Górny <bar...@gorny.edu.pl> > On Wed, 20 Apr 2011 22:52:39 -0300 > Alex s <alexsalga...@gmail.com> wrote: > > > Hi people > > > > Have anyone some experience to explain

Banners managment

2011-04-20 Thread Alex s
Hi people Have anyone some experience to explain about use a django app for Banners managment ? Thanks Alex -- 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

'utf8' codec can't decode byte 0xe9 in position 303: invalid continuation byte

2010-11-21 Thread Alex s
Hi, In homepage.html file, I am trying to write the letter "é". So I have the following error: 'utf8' codec can't decode byte 0xe9 in position 303: invalid continuation byte How can I resolve this ? I am trying to use brazilian language. Thanks Alex -- You received this message because you

loggin limits

2010-11-16 Thread Alex s
Hi, I am planning to limit the number of users logged online in my application. How can I do it? Thanks Alex -- 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

Re: /path/to/project

2010-08-17 Thread Alex s
Gonsalves <law...@au-kbc.org>wrote: > On Tue, 2010-08-17 at 21:48 -0300, Alex s wrote: > > What does "/path/to/project" means ? > > if your project is in /home/alex/projects/myproject/ > then /path/to/project/ is '/home/alex/projects/' > -- > regards > K

/path/to/project

2010-08-17 Thread Alex s
Hi People What does "/path/to/project" means ? Thanks Alex -- 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 x Dreamhost

2010-07-13 Thread Alex s
Hi people, I just got a dreamhost account and I need to install Django there. I follow some usual links like wiki but I still have problems, the best instruction I found was http://jeffcroft.com/blog/2006/may/11/django-dreamhost/. Is there anyone here that install Django in dreamhost last days

Re: Using custom form class for the django.contrib.auth password_change view

2009-07-06 Thread Alex S.
is reading the source files. Alex On 4 Jul., 21:57, "Alex S." <alexanderschmi...@googlemail.com> wrote: > Hi folks, > > as the title says I want to use my own form class for the password > change process supplied by django.contrib.auth. Do you know of any way > to do thi

Using custom form class for the django.contrib.auth password_change view

2009-07-04 Thread Alex S.
Hi folks, as the title says I want to use my own form class for the password change process supplied by django.contrib.auth. Do you know of any way to do this without rewriting the code of this view (and specifying another argument for the form class to be used)? There are time where I want to

Re: General question: Django-Profiles, auth.User and "merging" both data

2008-11-13 Thread Alex S.
I don't know if this is the best way to pre-populate a form, but I changed my view so it takes now a data dictionnary. It works :-) data = { 'first_name':user_obj.first_name, 'last_name':user_obj.last_name, 'gender':profile_obj.gender,

Re: General question: Django-Profiles, auth.User and "merging" both data

2008-11-13 Thread Alex S.
Very good hint, urukay! I was a bit scared to use forms.Form because I didn't know how to do it. But it was straight forward and works like a charm! I'm getting my data saved working with two differend models. Just awesome :-). One last thing there (and after that I will clean up my code and

Re: General question: Django-Profiles, auth.User and "merging" both data

2008-11-12 Thread Alex S.
After the next night of coding, reading through documentation and searching through the userlist and google I'm now at the following point: I'm using two forms, one for the auth.User data (model=User) and one for the additional profile data (model=CustomProfile). Both are extending ModelForm and

Re: General question: Django-Profiles, auth.User and "merging" both data

2008-11-12 Thread Alex S.
Hi urukay, I get your point with "to many fields in one template are not user- friendly" and agree totally. I will split up my data for users in a profile and a settings template where profile should contain: - firstname - lastname - email - birthdate - gender and settings should contain all the

Re: General question: Django-Profiles, auth.User and "merging" both data

2008-11-12 Thread Alex S.
Thanks for your answers! @ urukay: So you would use two profile forms (for the two models - so I could use ModelForm) when you have one view that calls a template displaying both? There is no way known to me to pass two form classes to James Bennett's django-profiles. So you would just copy his

Re: user-registration

2008-11-12 Thread Alex S.
for the django-registration application written by James Bennett at it's website http://www.bitbucket.org/ubernostrum/django-registration/wiki/Home. Alex S. On 12 Nov., 11:33, Maximus007 <[EMAIL PROTECTED]> wrote: > Hi guys, > I am not able to change  any of the file > (&quo

General question: Django-Profiles, auth.User and "merging" both data

2008-11-12 Thread Alex S.
le and one for the custom additional profile and after that one template that display both forms). That point made it's way into my dreams last night so I really have to solve it to feel better :-). If there is any needed information missing to answer that please just ask. Thanks in advance! Best regar

Re: question(s) about django-registration, default user profiles and django-profiles

2008-11-11 Thread Alex S.
Thanks! regards Alex On 11 Nov., 16:16, Steve Holden <[EMAIL PROTECTED]> wrote: > Alex S. wrote: > > hi there, > > > i want to use django-profiles to save some additional data for each > > user. so i created the needed profile model and set it in my settings >

question(s) about django-registration, default user profiles and django-profiles

2008-11-11 Thread Alex S.
hi there, i want to use django-profiles to save some additional data for each user. so i created the needed profile model and set it in my settings file. after some looking over the standard user model i found fields for first- and lastname. i need that data in my profiles and really would not