PageRenderTime 644ms CodeModel.GetById 51ms RepoModel.GetById 1ms app.codeStats 0ms

/django/conf/urls/i18n.py

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