gabrielhpugliese / django-on-appengine

Bootstrap for django 1.4 on appengine and ndb.
6 stars 2 forks source link

How can I create a new app in this Django project? #3

Open omkarkhair opened 10 years ago

omkarkhair commented 10 years ago

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 <module>
    import django.core.handlers.wsgi
ImportError: No module named django.core.handlers.wsgi
gabrielhpugliese commented 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 .