Hello,
I have developped a Django Application, which allow me to access to my Odoo
Database.
My Odoo database is installed in Google Cloud.
My Django application use the "odoorpc" library in Python to can access to
my ODOO database.
I have run this Django Application from my localhost, but from the Google
cloud doesn't work. this is my basic function to access to my ODOO :
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.shortcuts import render
from django.http import HttpResponse
import odoorpc
# The connection ...
odoo = odoorpc.ODOO('35.192.212.135', port=8069)
---> My programme stop in this level
Any help please ?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/9024a6f3-863d-402e-ba15-65b609f34ff8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.