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.
cronjob から実行できる新しい django コマンドを導入しました。これは、ORM 仕様を取得するのに特に役立ちます。
このdjangoコマンドを実行するには、djangoサーバーが実行されている必要がありますか?
いいえ、django サーバーは、カスタム コマンドから完全に独立した別のプロセスです。
virtualenv を使用している場合 (そうでない場合)、管理コマンドを適切に実行するには、virtualenv を入手するか、その中で python インタープリターを使用する必要があることに注意してください。