app/django/conf/urls/i18n.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 30 Jul 2009 13:54:47 +0200
changeset 2694 b8f083157e33
parent 54 03e267d67478
permissions -rw-r--r--
Redone the gathering of data for the student<->mentor map. Note that the data is not actually being put in the template yet.

from django.conf.urls.defaults import *

urlpatterns = patterns('',
    (r'^setlang/$', 'django.views.i18n.set_language'),
)