You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the CTF, you want to keep the website around but not have an (at some point outdated) Django instance running. Instead, it should just be served as static HTML.
I currently use a wget command like this for that purpose:
After the CTF, you want to keep the website around but not have an (at some point outdated) Django instance running. Instead, it should just be served as static HTML.
I currently use a
wget
command like this for that purpose:This works, but is hacky and does not include not linked-to files such as the scoreboard JSON.
Ideally, such functionality could be implemented through Django as a special custom command in
manage.py
or so.The text was updated successfully, but these errors were encountered: