PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Creating Google App Engine Project

Last modified: 26 June 2023

A Google App Engine project is intended for productive development of web applications in the Google infrastructure. PyCharm takes care of creating the specific directory structure and settings.

Once the project is created, you should see the following files in the Project tool window:

  • app.yml: a file to configure your App Engine app's settings. See more details and examples in the app.yaml reference.

  • main.py: an application boilerplate. If you enable using third-party libraries when creating the project, the corresponding code templates, for example, Django or Flask, will be added.

Use code intentions and quick fixes to install the missing packages

quick fixes for the missing packages