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を実行しており、nginx+fcgiを本番環境で使用しています。settings.pyでDEBUG=Trueを変更しました(サイトにユーザーがいないため、本番環境でランダムに表示されるエラーのスタックトレースを確認したいだけです)。
終わったよ:
$ ./manage.py shell [[Python]] import settings print settings.DEBUG >>> True
それでも私は404ページを取得し続けます。