Changes between Initial Version and Version 1 of Ticket #36637


Ignore:
Timestamp:
Oct 3, 2025, 9:25:15 AM (3 hours ago)
Author:
marcosng716
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36637 – Description

    initial v1  
    44Deleted old env, created new one and I get errors everywhere.
    55Apparently Django still requires psycopg2 internally even tho I am setting my settings.py file to use psycopg3:
     6
     7{{{#!div style="font-size: 80%"
     8Code highlighting:
     9  {{{#!python
    610
    711DATABASES = {
     
    1620}
    1721
     22  }}}
     23}}}
    1824---
    1925
Back to Top