app/django/conf/urls/i18n.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 03 Mar 2009 22:45:32 +0000
changeset 1608 ddef5428d3c9
parent 54 03e267d67478
permissions -rw-r--r--
Added a possible_mentors property to the StudentProposal. Also set the name and [min,max] score for the RankList. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

from django.conf.urls.defaults import *

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