3
This is probably one of two problems:
-
Make sure you have
django.core.context_processors.i18n
insettings.TEMPLATE_CONTEXT_PROCESSORS
-
Make sure you pass
RequestContext(request)
as yourcontext_instance
if you are rendering your template usingrender_to_response
- [Django]-How to customize pickle for django model objects
- [Django]-How to complement the block of parent template?
- [Django]-Securing Folder on EC2 Amazon Marketplace AMI
- [Django]-Underscore in subdomain label.. valid or not?
- [Django]-Django SQLite foreign key mismatch error
Source:stackexchange.com