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.
私のdjangoアプリを本番環境で実行すると、「{% extends "base.html" %}」を持つテンプレートによってbase.htmlが正しく取得されますが、ローカルマシンではページはそれなしでレンダリングされます。
base.html の名前を他の名前 (文字通り有効なファイル名) に変更すると、機能します。