Re: Error trying to add a new user in the admin site

2009-06-21 Thread Kevin Audleman
I discovered the problem: I had added settings to my settings.py to print out the variable name if the variable didn't exist. These are the values: TEMPLATE_DEBUG = DEBUG TEMPLATE_STRING_IF_INVALID = '%s' Some of the admin templates make use of variables that don't actually exist. If the value i

Error trying to add a new user in the admin site

2009-06-08 Thread Kevin Audleman
I go into the admin section of my site, click on Users, then on the 'Add User' button. It takes me to a screen that asks me to put in a username and password and click 'Save'. At this point I get an error: ValueError at /admin/auth/user/add/form_url invalid literal for int() with base 10: 'add/f