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 プロジェクトを開発していますが、すべて正常に動作します。仮想環境にファブリックをインストールし、プロジェクトに fabfile.py を追加しました。このファイルには、1 つのテスト タスク定義を配置しました。
def hello(): print("Hello fabric!")
その後、このタスクを PyCharm から直接実行しようとしています。どうすればそれを行うことができますか?