ycdl/frontends/ycdl_flask
voussoir ed3942b943 Let response status be 0 even if request didn't complete.
Since meta.status would be undefined for an incomplete request,
I would have to check response.completed && response.meta.status,
which is too much burden. Let's set the status immediately, and
if a callback wants to do further diving we'll use completed then.
2020-10-02 19:43:25 -07:00
..
backend Add option --localhost_only. 2020-09-30 15:15:30 -07:00
static Let response status be 0 even if request didn't complete. 2020-10-02 19:43:25 -07:00
templates Add synchronized hotkeys.js from Etiquette; add ctrl+a, ctrl+d. 2020-10-02 13:17:08 -07:00
ycdl_flask_dev.py Enforce keyword-only args, alphabetize args. 2020-09-30 15:17:27 -07:00
ycdl_flask_prod.py Rename flask launchers -> _dev, _prod. 2020-09-30 15:03:29 -07:00