12👍
✅
According to this thread you need to install an earlier version since there were problems with the latest build.
Simply install an earlier version, (2.0.10 works great), even with
PostgreSQL 8.4.x series.
👤pkit
19👍
On Windows, make sure your path includes the Postgres bin directory. In my machine it’s c:\Programs\PostgreSQL\9.3\bin.
- How to implement an "undo" feature using Python/Django
- Django queryset exclude() with multiple related field clauses
- Creating a .gitignore file for a Django website
- How can I rename a column label in Django Admin for a field that is a method//property?
- Django annotate query set with a count on subquery
0👍
It is a problem with virtualenv
and psycopg2
. I have copied _psycopg.cp38-win_amd64.pyd
from global python to \venv\Lib\site-packages\psycopg2
This worked for me.
- Acessing POST field data without a form (REST api) using Django
- In Django admin, how can I hide Save and Continue and Save and Add Another buttons on a model admin?
- Python logging to multiple files
- Django remove user from all groups
Source:stackexchange.com