Changeset - d0e218cdb6ee
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 7 months ago 2023-10-26 02:24:17
ben@sturm.com.au
Update to-dos
1 file changed with 2 insertions and 2 deletions:
TODO.md
2
2
0 comments (0 inline, 0 general)
TODO.md
Show inline comments
 
# 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
 
* add tests for main pages returning 200
 
* switch to `path` in URLconfs
 
* review `apache2` directory - may be unused
 
* standardise settings to replace `settings.py` and `djangocommonsettings.py`
 
  with `settings/prod.py` and move `SECRET_KEY` to an environment variable
 

	
 

	
 
# Done
 

	
 
* switch `ParameterValidator` to use `SECRET_KEY` if possible to minimize
 
  non-standard settings
 
* install staticfiles app
0 comments (0 inline, 0 general)