Allow CTFd to run with script_root != '/' and PostgreSQL (#125)

Also, Add WSGI config example
This commit is contained in:
Robert Blair Mason Jr
2016-06-22 00:18:09 -04:00
committed by Kevin Chung
parent a9b79770f8
commit 6b2257236f
37 changed files with 291 additions and 264 deletions

View File

@@ -172,4 +172,4 @@ def login():
def logout():
if authed():
session.clear()
return redirect('/')
return redirect(url_for('views.static_html'))