[google-appengine] Some people can't access to my app.

2009-10-06 Thread arbi
Hi, I could not find any answer in the forum, if there is, tell me plz. My app : http://www.comeego.com/ Some people can't access to it (around 30% of the people I guess), and I don't know why. It is run by appengine. The pb they have : Cannot find http://www.comeego.com; - DNS-error, server

[google-appengine] newbie : Template does not exist error

2009-03-13 Thread arbi
= ( os.path.join(os.path.dirname(__file__), 'templates'), ) GLOBALTAGS = ( 'ragendja.templatetags.ragendjatags', And the template i want to load is very simple : test_template.html with p hello! /p content. Thanks for helping, i want so much to see my app on app engine! Arbi

[google-appengine] Re: 'module' object has no attribute 'Charfield'

2009-03-13 Thread arbi
no attribute 'CharField' In my routes.views I have the start_page def : def start_page(request):         return render_to_response ('routes/index_search_template.html') Did I forget to import something? Is it a problem linked to template? Thanks a lot Arbi

[google-appengine] problem with import django

2009-03-11 Thread arbi
blocking from interfering with your imports. How can I fix this pb? (I am kind of newb) Thx Arbi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google

[google-appengine] Re: problem with import django

2009-03-11 Thread arbi
Thanks for your answer :) But finally I did it with the django patch instead of django helper. On 11 mar, 19:05, WallyDD shaneb...@gmail.com wrote: What command are you using to call Django in your code? On Mar 11, 7:57 am, arbi arbin...@gmail.com wrote: Hi, While making google's

[google-appengine] 'module' object has no attribute 'Charfield'

2009-03-11 Thread arbi
render_to_response ('routes/index_search_template.html') Did I forget to import something? Is it a problem linked to template? Thanks a lot Arbi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] geopy (Django module) supported on app engine?

2009-03-09 Thread arbi
Hi, I would like to know whether geopy's Django module (to geocode addresses) is supported on app engine. Does anyone know? How to know? If not supported, is there any solution to bring geopy to the server? Thx a lot Arbi --~--~-~--~~~---~--~~ You received