Re: problems with auth...

2008-01-15 Thread Eric Abrahamsen
Solved, and very mysteriously: a new line had snuck in between 'return' and 'render_to_response' at the end of user_change_password(). Very odd, since I had never gone spelunking in there, and had recently done a svn checkout, but never mind... E On Jan 15, 11:52 pm, Eric Abrahamsen <[EMAIL PROT

Re: problems with auth...

2008-01-15 Thread Eric Abrahamsen
Hi Chris, thanks for responding. Yes, it must be some sort of environment thing, but I'm stumped what could cut this particular line so cleanly, without bringing anything else crashing down. My django installation for this particular project is /home/user/webapps/bjbyfoot/bjbyfoot/settings.py etc

Re: problems with auth...

2008-01-15 Thread Chris Pratt
If it works locally, then it would seem it is surely an environment issue. I'm using WebFaction for a Django project currently, as well. I haven't run into this problem, but I did have to customize a few things in order to get my project to run remotely on WebFaction. Check ~/webapps/[your_project