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:
@ -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
|
||||
|
Reference in New Issue
Block a user