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

View File

View File

@@ -0,0 +1,5 @@
from django.http import HttpResponse
def index(request):
return HttpResponse('Coming soon.')