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

2
wsgi.py Normal file
View File

@@ -0,0 +1,2 @@
from CTFd import create_app
app = create_app()