python - web2py doesn't display anything on google app engine -
i'm following tutorials chapter 3 of web2py book work locally in admin interface. trying deploy gae
i'm using mac , deployment chapter of book http://web2py.com/books/default/chapter/29/13?search=gae#deploying-on-google-app-engine reference 3 files:
web2py/app.yaml web2py/queue.yaml web2py/index.yaml
are these files supposed in web2py/web2py.app/contents/resources? i'm guessing docs out of date?
also, app.yaml configured use 'welcome' application. did find , replace change 'welcome' 'myapp' upon launching dev_appserver.py web2py/web2py.app/contents/resources folder , navigating localhost:8080 absolutely nothing
no, shouldn't doing @ inside .app. that's bundle make easier install things on mac: need create directory project - somewhere inside home directory - , development there.
Comments
Post a Comment