Google App Engine
Available only in PyCharm Professional: download to try or compare editions
PyCharm supports all major Google App Engine development practices.
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 later.
Google App Engine support in PyCharm includes:
A dedicated project type with specific directory structure and configuration file.
Ability to enable and configure Google App Engine support per project.
Ability to generate and view model dependency diagram for the Google App Engine models.
Ability to upload applications, using the command of the Tools menu.
Run/debug configuration for App Engine server.
In your browser, sign in to your Google account.
In PyCharm, create a Google App Engine project. See Creating Google App Engine Project.
Develop the desired contents.
Upload your application.
Visit http:
/ to view your application in action./<your-application-name>.appspot.com/ If necessary, check the logs.
To make PyCharm recognize an existing Google App Engine project, follow these steps:
Open Settings dialog.
Under the Languages and Frameworks node, click the Google App Engine page.
Select the Enable Google App Engine checkbox and specify the path to the folder where the Google App Engine SDK for Python is installed on your machine.
Apply changes and close the dialog.
Thanks for your feedback!