Re: urlresolvers.py error when using postgres, but not sqlite3

2010-01-30 Thread Shawn Milochik
Karen, Perfect, thanks! I didn't know that attempting the import in './manage.py shell' would give me more information than I was getting from the standard traceback. It led me immediately to the flaw in my code, which was in a forms.Form used in the view. That little trick will probably come i

urlresolvers.py error when using postgres, but not sqlite3

2010-01-30 Thread Shawn Milochik
I tried to switch an existing Django app from sqlite3 to Postgres. I know the database stuff is working because I can run syncdb and South migrations, as well as external scripts that use my models. However, when I actually try to load any of the pages in the browser, I get the error below. If I