Issue 1: "no module named django" error when starting jaikuengine
Status:  Verified
Owner:
Closed:  Mar 2009
Project Member Reported by dcoker, Mar 12, 2009
The current version of the AppEngine SDK has a bug that makes it handle
Jaiku's deployment incorrectly.  

Workaround: Comment out the following code in
.google_appengine/google/appengine/tools/dev_appserver.py :

      if FakeFile._skip_files.match(relative_filename):
        logging.warning('Blocking access to skipped file "%s"',
                        logical_filename)
        return False