Re: redirection problem

2013-06-26 Thread Roberto López López
Update: if I disable 'django.middleware.locale.LocaleMiddleware', it's not redirecting anymore. But I need to have i18n support in my website! Any idea? On 06/26/2013 05:09 PM, Roberto López López wrote: > Hi, > > After creating an object from the admin interface I'm redirected to a >

redirection problem

2013-06-26 Thread Roberto López López
Hi, After creating an object from the admin interface I'm redirected to a "localized" version of the url. For example, if the original url is http://127.0.0.1:8000/admin/project/project/2/ , I'm redirected to http://127.0.0.1:8000/en/admin/project/project/2/ . I suppose this has to do with the