有没有办法在Pycharm中为manage.py命令创建运行配置

问题描述 投票:0回答:1

我希望能够通过Pycharm运行配置运行manage.py管理命令。 有办法做到这一点吗?

django pycharm
1个回答
0
投票

您可以将其配置为一个简单的 Python 进程,在其中使用正确的解释器调用

manage.py
脚本,并使用
management_command --settings=my_project.settings
作为参数:

set script to manage.py and use the correct parameters

© www.soinside.com 2019 - 2024. All rights reserved.