+1 to Alex's post. You can also try running Google's modules example: https://github.com/GoogleCloudPlatform/appengine-modules-helloworld-pythonto make sure there's nothing wrong with your dev environment.
----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Tue, Jan 7, 2014 at 6:15 PM, alex <[email protected]> wrote: > > Aside from just having the [module name].yaml file in the directory with > my default app.yaml file, do I need to do anything else to get the > dev_server to recognize the additional module? > > Make sure you supply all *.yaml files to dev_appserver in cmdline args, > e.g.: > > dev_appserver.py app.yaml module1.yaml module2.yaml dispatch.yaml > > Execute dev_appserver.py -h for more details. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
