It prompts me:
The Google App Engine SDK could not be found!
Make sure it's accessible via your PATH environment and called google_appengine
when I run
python manage.py runserver
But It worked for my first time i run it. I put it on my PATH directory, but it still prompts for that message. My os is Ubuntu 10.04, python version 2.6. that files/directories on my django project directory.
app.yaml django google_appengine main.py settings.pyc
autoload djangoappengine __init__.py manage.py urls.py
dbindexer djangotoolbox __init__.pyc settings.py urls.pyc
I don't know how to debug my problem.