Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个 PyCharm Django 控制台。我也可以在该控制台中运行 manage.py 吗?我输入什么语法来执行
python manage.py syncdb
在 Django 控制台中?
你实际上并没有按照你的想法运行它。要manage.py在 PyCharm 中运行任务,请执行以下操作:
manage.py
请注意,在键入星号时,PyCharm 会显示可用任务的完整列表。
Enter