Django/Apache/wsgi problems -- help!

2009-02-19 Thread Stephen Waterbury
I am a developer with a deadline -- not even a perfectionist, I just want it to work! ;) I am running Django 1.0.2-final on Ubuntu gutsy with Python 2.5. I am also using * django-registration 0.7 * django-profiles 0.2 Everything works fine with django's runserver. In the wsgi environment,

Re: Django/Apache/wsgi problems -- help!

2009-02-20 Thread Stephen Waterbury
Polat, Thank you, thank you!! That solved all the problems I had. I was really at a loss to know where to look -- perhaps I hadn't found the right docs, but this was the first time I had seen the things you suggested. One more question: in what sense did you mean that MEDIA_ROOT "is for file u

Can a custom profile reference User's 'first_name' and 'last_name' attrs?

2009-02-25 Thread Stephen Waterbury
I'm using django-registration and django-profiles, and I've created an app-specific profile and subclassed RegistrationForm to populate various profile fields during the registration process. The User class has attributes 'first_name' and 'last_name' that I'd like to access from my customized pro

Django not seeing AuthenticationMiddleware for some reason ...

2010-12-30 Thread Stephen Waterbury
I am baffled, and it's probably something simple I'm missing ... I just need to send a message for help and then I'll see it ... (maybe ... ;) My set up: * apache2 on Ubuntu 10.04 * mod_wsgi 3.3, compiled with python 2.6.5 (the system python) (but Ubuntu's mod_wsgi package was apparently not th

Sorry -- Re: Django not seeing AuthenticationMiddleware for some reason ...

2010-12-30 Thread Stephen Waterbury
Sorry for the repeats! I was already a member of the group from another email address, but Google kept sending me bounce messages even after I joined from this address and resent -- then all 3 copies came at once ... oops. :( Steve -- You received this message because you are subscribed to the

Still mystified by mod_wsgi traceback ...

2011-01-03 Thread Stephen Waterbury
configuration ... Steve On 12/30/2010 06:17 PM, Stephen Waterbury wrote: I am baffled, and it's probably something simple I'm missing ... I just need to send a message for help and then I'll see it ... (maybe ... ;) My set up: * apache2 on Ubuntu 10.04 * mod_wsgi 3.3, compiled w

Solved: Re: Still mystified by [not a] mod_wsgi traceback ...

2011-01-03 Thread Stephen Waterbury
oblem that the d.c.a.m.AuthenticationMiddleware message got triggered by was that the User it tried to create couldn't be saved (I infer) -- not a very good error message for that! (mod_wsgi works just fine! ;) Steve On 01/03/2011 04:36 PM, Stephen Waterbury wrote: I posted the traceback I