python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
django.db.utils.DataError: value too long for type character varying(30). I am getting this error while migrating on heroku postgresql
The errors I am getting while migrating on PostgreSQL Heroku. Note: It is working fine on the local server.
Traceback (most recent call last):
File "/app/manage.py", line 22, in <mo...
Vaibhav Singh
Votes: 0
Answers: 3
Heroku Postgres - The server does not support SSL connections
I have been working on an small app and connecting with Heroku PostgreSQL, for many days was working right but now is showing me this SSL error
The server does not support SSL connections
I have been ...
Simon Prato
Votes: 0
Answers: 1
How to see what is in your Heroku-Postgress DB
I recently uploaded a WebApplication to Heroku. I developed it using sqlite; however, I then changed it to Heroku-Postgres.
Nonetheless, I am not able to view in any way the data that is in my databas...
Natalia Lamas
Votes: 0
Answers: 2
Heroku & Django - Change client encoding from WIN1252 to UTF8
So I have my Django application deployed on a Heroku server and when I try to query for Post I get this.
How I query
// Command to get into postgres
heroku pg:psql
// Query
SELECT * FROM posts;
What ...

user12314098
Votes: 0
Answers: 0