Since the latest release of the Google App Engine Python SDK, it\'s possible to use modules. I have a Python application with a default module and another module. To start t
You can go around this for the time being by just creating a new Run Configuration. Chose Python configuration, then fill like this:
/path/to/your/dev_appserver.py
dispatch.yaml module1.yaml module2.yaml
/path/to/your/appengine/project
It works just fine like this for me. The dispatcher is launching properly and I've got all the logs like before in PyCharm.