Zack Ganger
Zack Ganger
Pillow is a dependency to use ImageField columns on a database model- which we use to store the logo field in `apps/civic_pulse/models.py` Agency model.
note: we could consider on Frontend containers as well but I haven't tested. That could be a separate issue if we like this.
This has been resolved by using qemu in actions to build. We could probably speed it up a little bit when the arm64 actions runner comes out, but until then...
The issues at hand are primarily sqlalchemy/psycopg issues (sqlalchemy v1.x.x uses psycopg2, which has been replaced by psycopg). This will work after we drop sql- will rebase later.
according to neomodel docstrings: ``` Filters mimic Django's syntax with the double '__' to separate field and operators. e.g `.filter(salary__gt=20000)` results in `salary > 20000`. The following operators are available:...