2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Djangoでアップロードした画像が表示されない問題の解決法

Last updated at Posted at 2023-07-01

はじめに

画像をアップロードしてるし,mediaにもしっかり入っているのに表示されなくて,1日費やしたので備忘録としてのこしておく

直し方は簡単

DEBUG = False
にして公開しているところを
Trueに戻した後に
Falseにもどせ!!

問題点

FalseとTrueを変えると,mediaやstaticを読みに行く場所が変わるようです
以下参考
https://rurukblog.com/post/Django-debug-false/

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?