-
byServing media is working. Initially wanted to use X-Accel-Redirect to serve media, but that's an nginx-only feature and would add complexity to deploy. Decided to serve using a django FileResponse instead.
-
byUpload to working. Basic micropub media endpoint working.
-
byFile models and geospactial settings finished. upload handler coded but not tested yet.
-
byStarting to implement file upload support after planning yesterday. SpatiaLite looks super cool, totally going to use it.
-
byPlanned out support for images and media uploads. It's a little complex, but it should provide a lot of flexibility going forward.Β