using google app engine SDK in pycharm

1 view
Skip to first unread message

juulcat via StackOverflow

unread,
Jan 2, 2015, 12:31:20 PM1/2/15
to google-appengin...@googlegroups.com

PyCharm Community Edition can be configured to work with Google App Engine python and hence webapp2. You won't get all the advantages of PyCharm Professional Edition such as deployment, but you'll be able to do step by step debugging and get code navigation and auto-completion working.

To enable debugging, edit the PyCharm Run/Debug configuration by setting:

  • Script: App Engine's dev_appserver.py
  • Script parameters: --automatic_restart=no --max_module_instances="default:1" .
  • Working directory: your base project folder (the one which contains the app.yaml file)

For more detailed instructions, explanations, and how get code completion working in your PyCharm CE project, see this tutorial.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/21207285/using-google-app-engine-sdk-in-pycharm/27746073#27746073
Reply all
Reply to author
Forward
0 new messages