在 "Getting Started on Heroku with Python" 教程中使用 PyCharm
Using PyCharm with the "Getting Started on Heroku with Python" tutorial
我已经阅读了 Getting Started on Heroku with Python 文章,从命令行执行时,一切都如广告所示。
现在我想使用 PyCharm IDE 而不是使用控制台。但是我将如何启动示例程序呢?在控制台上,我只是 运行 “heroku local”;但是 PyCharm 运行 配置需要 Python 脚本,而不是二进制文件。
请告知如何配置PyCharm以使用该教程。
最简单的解决方案是购买 PyCharm 的商业版本,其中包括对 Django 的支持,这正是 Heroku 教程所使用的。
其他解决方案是使用其他支持 Django 的 IDE。
我已经阅读了 Getting Started on Heroku with Python 文章,从命令行执行时,一切都如广告所示。
现在我想使用 PyCharm IDE 而不是使用控制台。但是我将如何启动示例程序呢?在控制台上,我只是 运行 “heroku local”;但是 PyCharm 运行 配置需要 Python 脚本,而不是二进制文件。
请告知如何配置PyCharm以使用该教程。
最简单的解决方案是购买 PyCharm 的商业版本,其中包括对 Django 的支持,这正是 Heroku 教程所使用的。
其他解决方案是使用其他支持 Django 的 IDE。