This will affect the frontend too?

On Nov 16, 4:57 am, someLiang <k.cancer.2...@gmail.com> wrote:
> just make it seems like this:
>
> MIDDLEWARE_CLASSES = (
>     'django.middleware.common.CommonMiddleware',
>     'django.contrib.sessions.middleware.SessionMiddleware',
>     #'django.middleware.locale.LocaleMiddleware',
>     'django.middleware.csrf.CsrfViewMiddleware',
>     'django.contrib.auth.middleware.AuthenticationMiddleware',
>     'django.contrib.messages.middleware.MessageMiddleware',
> )
>
> 2010/11/16 someLiang <k.cancer.2...@gmail.com>
>
>
>
>
>
>
>
>
>
> > perhaps you need to comment the statement in your setting.py
>
> > 'django.middleware.locale.LocaleMiddleware',
>
> > 2010/11/15 Federico Capoano <nemesis.des...@libero.it>
>
> > Hi guys,
>
> >> i'm developing an app in 3 languages, en, es and it.
>
> >> My browser accepts all of them with priority to italian.
>
> >> Since I've done that the admin started to show up in italian. How can
> >> I force it back to english?
>
> >> In the setting I put
>
> >> LANGUAGE_CODE = 'en-gb'
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "Django users" group.
> >> To post to this group, send email to django-us...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@google
> >>  groups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/django-users?hl=en.
>
> > --
> > Rita Liang
>
> --
> Rita Liang

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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