I'm currently starting a web system project using Python 3.5 and the Django 1.9.1 framework, with the intention of integrating them with a database PostgreSQL 9.5 , all installed on a machine running Windows 10 x64 OS.
The installation of Python and Django performed well using pip, but I could not find the Django PostgreSQL adapter for Python 3.5. Officially an adapter called win-psycopg is maintained (which by its view only supports the Python version 3.4), derived from psycopg2 .
I would like to know if there is any other Django DB connection driver option in Windows for PostgreSQL? or is it possible to force this adapter from version 3.4 to version 3.5?