This website requires JavaScript.
Explore
Help
Register
Sign In
JohnHammond
/
CTFd
mirror of
https://github.com/JohnHammond/CTFd.git
Watch
1
Star
0
Fork
You've already forked CTFd
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
431fab0520
CTFd
/
serve.py
4 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
CTFd code push
2015-01-01 05:45:25 +00:00
from
CTFd
import
create_app
Adding score and place to team page, fixing create_app
2015-03-08 17:39:22 +00:00
app
=
create_app
(
)
CTFd code push
2015-01-01 05:45:25 +00:00
app
.
run
(
debug
=
True
,
host
=
"
0.0.0.0
"
,
port
=
4000
)