Hi: I'm trying to implement my first RESTful application. I've divided the code into two applications, the server and the client. For the time being the server (localhost:8000/server/) has to return a list of resources (['resource1', 'resource2']) usring json. That's working, if I go to the url I get the correct response. The problem is with the client. When I try to make a view on the client to read the server url the connection never opens. I've tried with urllib.urlopen(SERVER_URL), urllib2 and python-rest-client with the same result. It's not possible for the view to get the information from the server. Any hints on what might be the problem?
Thanks for your time. Jose Blanca P.D. I'm using python 2.5.2 and django 1.1 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---