Access Denied To Cleardb Database Using Python/django On Heroku
I'm trying to build a webapp on Heroku using Python/Django, and I just followed the tutorial to set up a Django project and push it to Heroku. However, I can never even get to the
Solution 1:
That particular error was fixed after calling ClearDB. Turns out that the ?reconnect=true
is only for Rails apps, and should be removed from the DATABASE_URL
for Django apps.
Post a Comment for "Access Denied To Cleardb Database Using Python/django On Heroku"