/django/conf/urls/i18n.py
Python | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | da7070d847fa02be539f462e8a6591e3 MD5 | raw file
Possible License(s): BSD-3-Clause
- from django.conf.urls.defaults import *
- urlpatterns = patterns('',
- (r'^setlang/$', 'django.views.i18n.set_language'),
- )