added a lot of auth code

This commit is contained in:
2019-03-21 16:17:25 +01:00
parent bef3c6dc9b
commit 0469b8dbb5
13 changed files with 220 additions and 23 deletions

View File

@@ -6,10 +6,13 @@ basedir = os.path.abspath(os.path.dirname(__file__))
class Config():
SERVER_NAME = "ubkaps154.ubka.uni-karlsruhe.de:5443"
#SERVER_NAME = "ubkaps154.ubka.uni-karlsruhe.de:5443"
#SERVER_NAME = "localhost.dev"
#SERVER_NAME = "localhost:5443"
PREFERRED_URL_SCHEME = 'https'
SERVER_NAME = "localhost:5443"
#SERVER_NAME = "localhost"
#SERVER_NAME = "localhost.localdomain"
#PORT = 5443
#PREFERRED_URL_SCHEME = 'https'
TEMPLATE_AUTO_RELOAD = True