[Inpycon] Error while logging out admin

Anand Balachandran Pillai abpillai at gmail.com
Sun May 31 08:34:14 CEST 2009


Hi,

   I logging in with admin privileges and get this
error while logging out.

Page not found (404) Request Method: GET  Request URL:
http://greenchilly.in/admin/admin/logout/

And a long traceback from Django.

Kenneth, something needs to be done to take care of errors
gracefully without the default action of the Python traceback
being printed. How does typical Django sites take care of this?
I would think that they would have specific error templates
for handing most web page errors.

There is one more error when I try to log out from
http://greenchilly.in/admin/sites/site/admin/logout/ .

ValueError at /admin/sites/site/admin/logout/

invalid literal for int() with base 10: 'admin/logout'

Request Method: GET

However these are admin errors and not priority since they
don't directly affect user experience. Still I am reporting it.

Anyway, the error management should be more graceful
than now, since tracebacks are being printed for user
level errors also.

Regards,

-- 
-Anand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/inpycon/attachments/20090531/bc7667f8/attachment.htm>


More information about the Inpycon mailing list