PyCharm 2.7.2 Web Help

PyCharm supports all major Google App Engine development practices.

In this section:

Prerequisites

Prior to start working, consider the following prerequisites:

  • Google App Engine SDK is downloaded and installed on your computer.
  • Google App Engine works with Python versions 2.5 and higher.

Google App Engine support in PyCharm

Google App Engine support in PyCharm includes:

Creating and launching applications under Google App Engine

To create and launch an application under Google App Engine, follow these general steps
  1. In your browser, sign in to your Google account, and in https://appengine.google.com/, get an application id.
  2. In PyCharm, create a Google App Engine application with the id you've obtained.
  3. Develop the desired contents.
  4. Upload your application.
  5. Visit http://<your-application-name>.appspot.com/ to view your application in action.
  6. If necessary, check the logs.

See Also

Reference:

External Links:

Web Resources: