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
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
2 matches
Mail list logo