commit 4dba35182dfdeff2ea4be8f6a28223fdcb1a1f42
parent 8044d629ed3bf9f02425eaa4757278840ef4cb7e
Author: rbckman <rob@tarina.org>
Date: Thu, 29 Oct 2020 11:31:45 +0200
ta bort hemligt.py, allt e nu i databasen
Diffstat:
2 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/hemligt.py.sample b/hemligt.py.sample
@@ -1,8 +0,0 @@
-
-allowed = (
- ("username", "password"),
-)
-
-historikaccess = (
- ("username","password")
-)
diff --git a/server.py b/server.py
@@ -16,8 +16,6 @@ import bcrypt
import sys
basedir = os.path.dirname(os.path.realpath(__file__))
sys.path.append(basedir)
-import hemligt
-#import cPickle as pickle
urls = (
"/", "index",
@@ -45,9 +43,6 @@ urls = (
"/nope", "nope"
)
-allowed = hemligt.allowed
-historikaccess = hemligt.historikaccess
-
render = web.template.render(basedir + "/public_html/html/", base="base")
render2 = web.template.render(basedir + "/public_html/html/", base="base2")
render3 = web.template.render(basedir + "/public_html/html/", base="base3")