The simplest option is probably to use the redirect generic view
(http://docs.djangoproject.com/en/dev/ref/generic-views/#django-views-
generic-simple-redirect-to). You could add something like this to your
urlconf:
(r'^$', 'django.views.generic.simple.redirect_to', {'url': '/en/'}),
jeff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---