Hi,
Quick look at settings.py tells me jaikuengine only runs on Google App
Engine. are there any way out of this? I am limited to 10 apps in
GAE.....(you can not even buy more either) Can I somehow run
jaikuengine on a regular box. It runs on my local machine so it should
be possible but it's more for development then running production
jaikuengine?no?
just wondering are there any production jaikuengine installation
beside
jaiku.com?
thanks
Anton..
====
# This stuff is always going to be the same for an App Engine instance
DATABASE_ENGINE = 'appengine' # 'appengine' is the only supported
engine
DATABASE_NAME = '' # Not used with appengine
DATABASE_USER = '' # Not used with appengine
DATABASE_PASSWORD = '' # Not used with appengine
DATABASE_HOST = '' # Not used with appengine
DATABASE_PORT = '' # Not used with appengine