I get a ProgrammingError when connecting Django and postgresql
What we want to accomplish. I want to get the data of Category table from postgresql using Django’s rest framework. Problems/Unknown Issues When I try to access the db using api, I get a ProgrammingError and am told that the table does not exist. Error message ProgrammingError at /api/CategoryModel/ relation “category” does not exist LINE […]
Access the existing schemas in pg using django
I am trying to access the existing schemas in the postgres database.But I can’t.