Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create app? #14

Open
twmht opened this issue Feb 7, 2015 · 0 comments
Open

How to create app? #14

twmht opened this issue Feb 7, 2015 · 0 comments

Comments

@twmht
Copy link

twmht commented Feb 7, 2015

python manage.py startapp test does not work

Traceback (most recent call last):
File "manage.py", line 4, in
import settings # Assumed to be in the same directory.
File "/home/tumh/django-guestbook/settings.py", line 1, in
from djangoappengine.settings_base import *
File "/home/tumh/django-guestbook/djangoappengine/settings_base.py", line 6, in
setup_env()
File "/home/tumh/django-guestbook/djangoappengine/boot.py", line 64, in setup_env
setup_project()
File "/home/tumh/django-guestbook/djangoappengine/boot.py", line 114, in setup_project
from .utils import have_appserver, on_production_server
File "/home/tumh/django-guestbook/djangoappengine/utils.py", line 16, in
'Error was: %s' % e)
Exception: Could not get appid. Is your app.yaml file missing? Error was: cannot import name dev_appserver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant