CTFd code push

This commit is contained in:
CodeKevin
2015-01-01 00:45:25 -05:00
parent 20183dd3c9
commit 376c90189b
50 changed files with 4488 additions and 2 deletions

3
serve.py Normal file
View File

@@ -0,0 +1,3 @@
from CTFd import create_app
app = create_app('')
app.run(debug=True, host="0.0.0.0", port=4000)