The heroku-postgres tag has no wiki summary.
1
vote
0answers
16 views
Selecting an object by it's id using django with heroku postgresql
I've got an app running on Heroku with Django, the local DB I use SQLite, but on Heroku the app uses PostgreSQL.
I'm having a problem and I've no idea why is happening. Let me explain myself:
I ...