solved, turn out appspot demand all django app in parent directory while I put all my django app inside apps dir while I add "sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), './apps')))" inside my manage.py, this doesn't work for appspot but this work in my local gae instance
thanks, uung On Jun 11, 4:34 am, Waldemar Kornewald <[email protected]> wrote: > Hi, > > On Jun 10, 9:58 am, Uung <[email protected]> wrote: > > > Hi, > > > I've been trying to use django nonrel on google appspot server > > So far I always got "ImproperlyConfigured: 'djangoappengine.db' isn't > > an available database backend." error > > I have include djangoappengine inside my settings.py > > Please anyone help me to solve this > > Did you copy or link the djangoappengine and djangotoolbox/ > djangotoolbox folders into your project? > > Bye, > Waldemar Kornewald > -- > Django on App Engine, MongoDB, SimpleDB, > ...?http://www.allbuttonspressed.com/blog/django -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
