Closed PaulHancock closed 6 months ago
The web app relies on the django-q3c
module, which explicitly asks for psycopg2
.
However in a containerised solution we want to use psycopg2-binary
.
For now I have forked the original repo to my own and swapped out the dependancy.
This has been done in the latest PR 'Apply all "Fixed in dev" issues' #38
The web app would be much easier to test and maintain if it were packaged in some docker containers.
Suggest:
django runserver