I get the below error: ``` error:psycopg2 is required for PostgreSQL connections. Install: pip install psycopg2-binary ``` It seems that psycopg2-binary is required, but not included in the framework by default.
I get the below error:
It seems that psycopg2-binary is required, but not included in the framework by default.