2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Switch tests, docs, database settings from psycopg2 to psycopg (#6573)

* Fix isolation_level again, using the recommended method

* Use psycopg instead of psycopg2 in tests, docs
This commit is contained in:
Bobbe
2024-02-26 00:58:32 +01:00
committed by GitHub
parent 18dcc60efd
commit f441f672d6
3 changed files with 6 additions and 9 deletions

View File

@ -159,7 +159,7 @@ grant all privileges on database inventree to myuser;
The PostgreSQL python binding must also be installed (into your virtual environment):
```
pip3 install psycopg2 pgcli
pip3 install psycopg pgcli
```
### MySQL / MariaDB