PROJECT DEPRECATED (WAS: "Mozilla's Web application base template. Half Django, half awesomeness, half not good at math.")
BSD 3-Clause "New" or "Revised" License
709
stars
107
forks
source link
Problem with disabling LocateURLMiddleware #141
Open
anantagati opened 12 years ago
I am trying to disable LocateURLMiddleware, so there will not be added en_US to urls on site when only English is used.
As soon as funfactory.middleware.LocaleURLMiddleware is disabled it shows error
'gettext' is undefined
:What is the right way to disable funfactory.middleware.LocaleURLMiddleware ?