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 until
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 t
Thank you Bartek.
And what about Ads management ?
Regards
Alex
2011/4/21 Bartek Górny
> On Wed, 20 Apr 2011 22:52:39 -0300
> Alex s wrote:
>
> > Hi people
> >
> > Have anyone some experience to explain about use a django app for
> > Banners managment ?
>
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 from
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 ar
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 fr
Kenneth Gonsalves 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
> Kenneth G
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-users+unsubscr
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 ?
problems with this reading the source
files.
Alex
On 4 Jul., 21:57, "Alex S." 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 this without rewriting the c
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 do
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,
'birthdate':p
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 write
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 I
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
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 c
cumentation 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
or the User profile 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!
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
>
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 li
20 matches
Mail list logo