Relative Content

Tag Archive for postgresqldjango-rest-framework

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 […]