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!
Jim

nara <[EMAIL PROTECTED]> wrote:

I must be missing something simple. Just using the admin
interface, adding a user, and clicking Save elicits this:


Traceback (most recent call last):

File
"/usr/local/lib/python2.4/site-packages/django/core/servers/basehttp.py",
line 272, in run
self.result = application(self.environ, self.start_response)

File
"/usr/local/lib/python2.4/site-packages/django/core/servers/basehttp.py",
line 611, in __call__
return self.application(environ, start_response)

File
"/usr/local/lib/python2.4/site-packages/django/core/handlers/wsgi.py",
line 148, in __call__
response = self.get_response(request.path, request)

File
"/usr/local/lib/python2.4/site-packages/django/core/handlers/base.py",
line 59, in get_response
response = middleware_method(request)

File
"/usr/local/lib/python2.4/site-packages/django/middleware/common.py",
line 43, in process_request
raise RuntimeError, "You called this URL via POST, but the URL
doesn't end in a slash and you have APPEND_SLASH set. Django can't
redirect to the slash URL while maintaining POST data. Change your form
to point to %s%s (note the trailing slash), or set APPEND_SLASH=False
in your Django settings." % (new_url[0], new_url[1])

RuntimeError: You called this URL via POST, but the URL doesn't end in
a slash and you have APPEND_SLASH set. Django can't redirect to the
slash URL while maintaining POST data. Change your form to point to
localhost:8000/admin/auth/user/add/-TEMPLATE-VARIABLE-IS-MISSING-/
(note the trailing slash), or set APPEND_SLASH=False in your Django
settings.



All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to