maryjess / exSpent

A one-stop Finance app.
1 stars 0 forks source link

`psycopg[binary]` #15

Open maryjess opened 1 month ago

maryjess commented 1 month ago

Backend (Python Flask/Django):

maryjess commented 3 weeks ago

psycopg[binary]?

https://chatgpt.com/share/670a97ed-0410-8007-b4de-a68a095eef71

Project Dir

exSpent/
    frontend/
    ...

    backend/
        exSpent_app/
            __init__.py
            settings. py                # this is where you put the PostgreSQL config
            urls.py
            ...

        migrations/