Open omkarkhair opened 10 years ago
You have to make a folder equal as the guestbook and you must run the project with the gae sdk only. Django commands will not work :( On Jan 19, 2014 9:21 AM, "om" notifications@github.com wrote:
How can I add a new project the way it is described in Django tutorials.
python manage.py startapp myapp
I replaced used main.py for this command, but it gives me an error
Traceback (most recent call last): File "main.py", line 12, in
import django.core.handlers.wsgi ImportError: No module named django.core.handlers.wsgi — Reply to this email directly or view it on GitHubhttps://github.com/gabrielhpugliese/django-on-appengine/issues/3 .
How can I add a new project the way it is described in Django tutorials.
python manage.py startapp myapp
I replaced used main.py for this command, but it gives me an error