From 744c47334ce480437a3313937b74405eb259c134 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 26 Oct 2023 13:24:17 +1100 Subject: [PATCH] Update to-dos --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 2b13e690..249dd932 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,5 @@ # To-do -* switch `ParameterValidator` to use `SECRET_KEY` if possible to minimize - non-standard settings * replace `internalNavigate` with inline flexbox layout * migrate to Django 4.2 * add deployment script that runs migrations and collects static files @@ -14,4 +12,6 @@ # Done +* switch `ParameterValidator` to use `SECRET_KEY` if possible to minimize + non-standard settings * install staticfiles app