Re: django google-app-engine appengine backend

2008-09-27 Thread Josh
Hi there, I seem to be having the same problem you are. Any chance you found a solution? Cheers, Josh On Sep 19, 7:51 am, bfrederi <[EMAIL PROTECTED]> wrote: > @Adam Fast > I think you are right. I'm not at home, so I can't check for sure, but > I'm almost positive I completely forgot to add '

Re: django google-app-engine appengine backend

2008-09-19 Thread bfrederi
@Adam Fast I think you are right. I'm not at home, so I can't check for sure, but I'm almost positive I completely forgot to add 'appengine_django' to my INSTALLED_APPS. Thank you. @free won I started with app-engine-patch actually, because it was the first patch/helper I came across. But then I

Re: django google-app-engine appengine backend

2008-09-18 Thread free won
http://code.google.com/p/app-engine-patch/ I think it is much better than GAE-Help. -- 真正的杰出,不是妙用规则的错层,而是极致的偏执于信念 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send e

Re: django google-app-engine appengine backend

2008-09-18 Thread Adam Fast
While I'm not particularly skilled with AppEngine, it's not finding your backend. I don't know what your INSTALLED_APPS are in settings.py but you'll want to make sure 'appengine_django' is in it. Also, I'm seeing a dot in front of your google_appengine directory below. If that was a typo ignore,

Re: django google-app-engine appengine backend

2008-09-18 Thread bfrederi
Just in case it's any help, this is the tutorial I am using: http://code.google.com/appengine/articles/appengine_helper_for_django.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

django google-app-engine appengine backend

2008-09-18 Thread bfrederi
I am trying to get django1.0 running with the google-app-engine SDK. I am using the "Google App Engine Helper for Django" and trying to follow that setup, but I can't seem to get it working. I did a checkout of the helper (svn checkout http://google-app-engine-django.googlecode.com/svn/trunk/), a