This codebase should be updated to use this, and remove the postgresql requirement.
A subtask should be: see if the beta site can run on sqlite with equivalent performance.
Recent Django versions support [a backend-agnostic JSONField class](https://docs.djangoproject.com/en/3.1/ref/models/fields/#django.db.models.JSONField).
This codebase should be updated to use this, and remove the postgresql requirement.
A subtask should be: see if the beta site can run on sqlite with equivalent performance.
hristoast
added this to the Release: 3.0 milestone 2 weeks ago
Recent Django versions support a backend-agnostic JSONField class.
This codebase should be updated to use this, and remove the postgresql requirement.
A subtask should be: see if the beta site can run on sqlite with equivalent performance.