Require login for all of tixlcontrol/ except login

This commit is contained in:
Raphael Michel
2014-09-10 20:05:52 +02:00
parent 8844982af5
commit 4493102049
7 changed files with 56 additions and 8 deletions

5
src/tixlcontrol/urls.py Normal file
View File

@@ -0,0 +1,5 @@
from django.conf.urls import patterns, url
urlpatterns = patterns('',
url(r'^$', 'tixlcontrol.views.main.index', name='index'),
)