On Sun, May 24, 2009 at 8:23 AM, tekion <tek...@gmail.com> wrote:

>
> all,
> I am getting the following error when trying to logout from the admin
> page:
>
> Exception Type:         ValueError
> Exception Value:
>
> invalid literal for int() with base 10: 'admin/logout'
>
> I search google and their is a patch for it:
> http://code.djangoproject.com/ticket/10061
>
> How do I apply the patch to django?  Thanks.
>
> >
>
The patch can be applied using normal unix command line utilities, such as
patch (or if you're a git user: git apply), note that you'll probably need
to manually specify some paths during the patch process as the patch is a
git format diff.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to