Re: admin complains when adding a new User

2006-09-19 Thread Nara Narasimhan
OK, It is because I had a non-empty string in settings.py forTEMPLATE_STRING_IF_INVALID,namely, TEMPLATE_STRING_IF_INVALID='-TEMPLATE -VARIABLE-IS-MISSING-'Setting to "" # empty string worked around the problem.I see now that there is already a ticket for this: http://code.djangoproject.com/ticket/

Re: admin complains when adding a new User

2006-09-19 Thread nara
If I set APPEND_SLASH=False in my settings.py, then I see this POST at the end of my log: [20/Sep/2006 03:28:15] "POST /admin/auth/user/add/-TEMPLATE-VARIABLE-IS-MISSING- HTTP/1.1" 404 4838 Not sure if this gives any further clues. BTW, I svn update everyday, and try things on either the main

Re: admin complains when adding a new User

2006-09-18 Thread Jim Moses
At least you got to admin...;-)I got stuck at logging in...says I'm not set to accept cookies..but I am.If you happened to hit this and know the answer... I'll buy you a beer for it!Jimnara <[EMAIL PROTECTED]> wrote: I must be missing something simple. Just using the admininterface, adding a user,