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.  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f394cd26-a9e6-4ee0-8adc-3457b6cd6abb%40googlegroups.com.

Reply via email to