Files
CTFd/wsgi.py
Robert Blair Mason Jr 6b2257236f Allow CTFd to run with script_root != '/' and PostgreSQL (#125)
Also, Add WSGI config example
2016-06-22 00:18:09 -04:00

3 lines
47 B
Python

from CTFd import create_app
app = create_app()