Skip to content
Snippets Groups Projects
Commit 60bccce0 authored by Mitchell Moore's avatar Mitchell Moore
Browse files

Local TEST

parent 93632cfb
No related branches found
No related tags found
1 merge request!2Feat update ui (pre react)
...@@ -33,12 +33,9 @@ def create_app(config_name): ...@@ -33,12 +33,9 @@ def create_app(config_name):
# test block # test block
request.environ["HTTP_UID"] = "mmoo97" request.environ["HTTP_UID"] = "mmoo97"
request.environ["HTTP_DISPLAYNAME"] = "Mitchell Moore" # request.environ["HTTP_DISPLAYNAME"] = "Mitchell Moore"
request.environ["HTTP_MAIL"] = "mmoo97@uab.edu" request.environ["HTTP_MAIL"] = "mmoo97@uab.edu"
for key in sorted(request.environ.keys()):
print(key)
# end test block # end test block
if 'uid' not in session: if 'uid' not in session:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment