python - How to organize an app-engine application -
I want to create a directory structure like the following: How do I manage accounts that \ accounts \ and \ game \ Respectfully I have seen that all the app engine examples have all the arguments on the main use that handle all the URLs.
app \ account \ \ account.py \ game \ \ game.py \ static \ css \ js \ images \ app.yaml \ main.py
< P> I tried app.yaml in the following but it did not work Application: Mefirst version: 1 runtime: python API_version: 1 handler: - url: / static_dir: static-url: / Account Script: account.py - url:. See a framework for * Script: main.py
Comments
Post a Comment