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.
models.pyDjangoのどこに、またはその中にフォーム定義を配置することを「想定」していますviews.pyか。最も重要なのはその理由です。
models.py
views.py
フォーム定義はforms.py同じパッケージに含まれ、そこから参照されることになっています。これはコードのモジュール化用です。
forms.py