-
### Ensure stubs packages are not installed
- [X] No sqlalchemy stub packages is installed (both `sqlalchemy-stubs` and `sqlalchemy2-stubs` are not compatible with v2)
### Verify if the api is typed…
-
-
We have a simple emergency metrics that writes to local sqlite db.
We want a metrics system that:
- has more robust collection that current cli output parsing
- ships metrics up to job-server…
-
-
- Replace the current local Room SQLite database to a live-server database solution.
1. Look into either using Firebase Realtime Database, AWS RDS, or Google Cloud Firestore for the live-server imp…
-
**Describe the bug**
This is reopening issue #571 . It seems that docker image is missing GLIBC 2.29 library.
**To Reproduce**
From my docker-compose.yml
```
...
db-admin:
image: …
-
-
-
The project currently uses SQLite as its database engine, however according to Katharine it will likely use Postgres in prod.
This means that we have to change (at the very least) all the data type…
-
On my test settings I have this `DATABASES` config:
```
DATABASES = {
'default': {
'ENGINE': 'django.contrib.gis.db.backends.spatialite',
'NAME': ':memory:',
}
}
```
…