what you change (since it is just a mysql) is the host ip!

DATABASES = {
'default': {
    'ENGINE': 'django.db.backends.mysql',
    'NAME': 'db_name',                    
    'USER': 'db_name',                    
    'PASSWORD': 'db_password',                
    'HOST': 'serverIPAddress',                 
    'PORT': '3306',                     
    }
}

Le vendredi 7 novembre 2014 07:29:46 UTC+1, Daljit Singh a écrit :
>
> Hello, 
>
> Greetings ..!!
>
> I need to integrate Google Cloud Sql to my django app. Can anybody light 
> me a right way.
>
> *Thanks and Regards:*
> *Daljit Singh.*
> *daljit...@esferasoft.com <javascript:>*
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c4a14f34-5ece-431d-a353-0bf46c07dc58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to