Hi guys.
I've spent a few hours on this one, all to no avail.
I'm trying to reply my Django App on Google App Engine, but I get errors on the database connection. I tried configurations as shown below, but it still isn't connecting. I need help please;
| DATABASES = { | | 'default': { | | 'ENGINE': 'django.db.backends.mysql', | | 'NAME': 'MySQL_db_Name', | | 'USER': 'root', | | 'PASSWORD': '************', | | 'HOST': 'project_Name:us-central1:my_DB_instance_Name', | | } | | } |
|
I really need help.
Thanks a lot.