【Django】本番環境で発生する画像系のエラー3選とその対応方法

カテゴリ:Django 投稿:2022年6月27日1:15、更新:2022年6月27日1:15

・記事の概要 

Djangoでサイトを自作して本番環境に公開した後で発生する画像系のエラーや課題を3つ集めて、その対処法とともにご紹介します。


・この記事の対象 

・これからDjangoで作成したアプリやサイトを本番環境にリリースしようかと考えている方

・既にリリース済みで画像系のエラーや課題にお困りの方


・3つの概要 

(1)開発環境だとできてたのに本番環境で急に画像のアップや表示ができない問題

(2)アクセスによって(https/httpで)画像が出たり出なかったりする問題

(3)画像がレスポンシブ対応できていなくてデバイスによっては見切れて表示されてしまう問題

以上の3点を紹介していきます!


・(1)開発環境だとできていたが本番環境でだけできない問題 

結構困るパターンのやつですよね。これ系は環境差異が何かあるのか?どこだ??って混乱します。

まずsetting.pyを見てみて欲しいんですが以下のような記載はありますか?

if settings.DEBUG:
    urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)

その場合は本番環境では「debug=False」にして、結果開発環境で参照してた静的ファイルの場所を本番環境では見に行かなくなったため発生しています。

以下に対応方法も記載していますので見てみて下さい。

本番環境(実稼働サーバ)上でだけ画像アップロード系処理がエラーとなる場合の対応


・(2)画像が出たり出なかったり問題 

httpsでURLにアクセスすると画像は正常に表示されるが、httpだと出ない的な問題です。

発生頻度はあまりないようにも思えるかもしれませんが、ブログなどを運営しておりFeed(RSS)配信をしている場合に、xml内のURLがhttpだったりすると、配信された先にアクセスした人は画像が読み込まれないなんてことになったりします。

これは実は原因は複数あり得てしまうんですが、割と解消方法はひとつに絞れます。

httpでアクセスしてきたものも全てhttpsアクセスにしてしまえば解消するケースが多いです。

Djangoではこの対応をかなりライトにできます。

setting.pyに以下を追記します。

SECURE_SSL_REDIRECT = True


ただこれだと環境設定によってはエラーが発生してしまうこともあり得ます。

その際は以下を参照ください。

SECURE_SSL_REDIRECTの設定で「err_too_many_redirects」が発生した場合の解消方法【nginx】


もしも本番環境を途中からSSL対応して、その対応前の画像についてのみ問題が発生していたらこの件とは別ものになります。そもそもSSL対応してないよって方がもしいましたら、SSL対応はこの記事とは関係なくしておきましょう。


・(3)スマホなどで見ると画像が見切れる問題 

画像が本来のレイアウト枠をぶち抜いて表示されてしまう問題ですね。

そもそもレスポンシブ対応をしていないと普通に発生しますし、Bootstrapなどで対応していてもdjango-summernoteを利用などで盲点だった的なケースもあるかもしれません。

すごいライトな対応方法だけ記載しておきますと

以下をcssファイルやhtmlのstyleタグ内に記載して、対象の画像ファイルimgタグ内でclass指定してあげましょう。(img全体で反映させてしまうと思わぬ画像サイズの狂いが発生する可能性もあるので、名付けは任意ですが以下のような形式が良いでしょう)

img.blogimg {
  width:100%;
  max-width: 100%;
  height: auto;
}



・まとめ 

いかがだったでしょうか。

結構画像周りはトラブルがあるので少しまとめてみました。ストレージサービスを使っているとそれはそれでキャッシュ周りでも書くことなどはあるのですが、今回は個人開発にフォーカスを当てて書きました。

ちょうど今これを書いている途中で思い出したものとしてはnginxのファイルサイズ上限なんかも該当するのかなと思いました 笑

その場合は以下も参照してみて下さい!

【nginx】413 request entity too largeのnginxエラー解消



 

コメント一覧

名無し / 2023年9月13日7:33
123456

名無し / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
/*1*/{{979731964+831902329}}

名無し / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
${837144665+883683950}

名無し / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
${902359735+858194117}

名無し / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
123456

${@var_dump(md5(335581711))}; / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
${(910789057+830159876)?c}

名無し / 2023年9月13日7:37
123456

${870539032+893110580} / 2023年9月13日7:37
123456

'-var_dump(md5(920623109))-' / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
#set($c=845479482+931337729)${c}$c

名無し expr 870723782 + 922634491 / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
${@var_dump(md5(306394245))};

名無し / 2023年9月13日7:37
<%- 987642929+920997556 %>

名無し|expr 855950151 + 929381995 / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
'-var_dump(md5(730419895))-'

名無し / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
123456

名無し&set /A 967919874+928476472 / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
123456

expr 912635587 + 907305700 / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
123456
expr 903956116 + 997584995

名無し / 2023年9月13日7:37
123456|expr 871662271 + 870065853

名無し鎈'"\( / 2023年9月13日7:37
123456

/*1*/{{984131137+922018680}} / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:37
123456$(expr 939937626 + 990407190)

名無し'"\( / 2023年9月13日7:37
123456

${987329351+860666848} / 2023年9月13日7:37
123456

名無し / 2023年9月13日7:38
123456&set /A 933180890+906984381

名無し / 2023年9月13日7:38
123456'and/**/extractvalue(1,concat(char(126),md5(1235727915)))and'

${(974565096+862536991)?c} / 2023年9月13日7:38
123456

名無し / 2023年9月13日7:38
expr 935019799 + 940217308

名無し / 2023年9月13日7:38
123456"and/**/extractvalue(1,concat(char(126),md5(1660075320)))and"

名無し / 2023年9月13日7:38
extractvalue(1,concat(char(126),md5(1010064610)))

<%- 823998448+936382789 %> / 2023年9月13日7:38
123456

名無し / 2023年9月13日7:38
123456'and(select'1'from/**/cast(md5(1920615563)as/**/int))>'0

名無し / 2023年9月13日7:38
123456/**/and/**/cast(md5('1903980333')as/**/int)>0

名無し / 2023年9月13日7:38
convert(int,sys.fn_sqlvarbasetostr(HashBytes('MD5','1474263231')))

名無し / 2023年9月13日7:38
123456'and/**/convert(int,sys.fn_sqlvarbasetostr(HashBytes('MD5','1279531281')))>'0

名無し'and'w'='w / 2023年9月13日7:38
123456

名無し / 2023年9月13日7:38
123456鎈'"\(

名無し'and'l'='o / 2023年9月13日7:38
123456

名無し / 2023年9月13日7:38
123456'"\(

名無し"and"c"="c / 2023年9月13日7:38
123456

名無し"and"t"="r / 2023年9月13日7:38
123456

名無し / 2023年9月13日7:38
123456/**/and+3=3

名無し / 2023年9月13日7:39
123456/**/and+0=6

名無し / 2023年9月13日7:39
123456'and'r'='r

名無し / 2023年9月13日7:39
123456'and'n'='z

名無し / 2023年9月13日7:39
123456"and"s"="s

名無し / 2023年9月13日7:39
123456"and"f"="s

名無し / 2023年9月13日7:39
(select*from(select+sleep(0)union/**/select+1)a)

名無し / 2023年9月13日7:39
(select*from(select+sleep(2)union/**/select+1)a)

名無し / 2023年9月13日7:39
123456'and(select*from(select+sleep(0))a/**/union/**/select+1)='

名無し / 2023年9月13日7:39
123456'and(select*from(select+sleep(2))a/**/union/**/select+1)='

名無し / 2023年9月13日7:39
123456"and(select*from(select+sleep(0))a/**/union/**/select+1)="

名無し / 2023年9月13日7:39
123456"and(select*from(select+sleep(2))a/**/union/**/select+1)="

名無し / 2023年9月13日7:39
123456/**/and(select+1/**/from/**/pg_sleep(0))>0/**/

名無し / 2023年9月13日7:39
123456/**/and(select+1/**/from/**/pg_sleep(2))>0/**/

名無し / 2023年9月13日7:39
123456'/**/and(select'1'from/**/pg_sleep(0))::text>'0

名無し / 2023年9月13日7:39
123456'/**/and(select'1'from/**/pg_sleep(2))::text>'0

名無し / 2023年9月13日7:39
123456/**/and(select+1)>0waitfor/**/delay'0:0:0'/**/

名無し / 2023年9月13日7:39
123456/**/and(select+1)>0waitfor/**/delay'0:0:2'/**/

名無し / 2023年9月13日7:39
123456'and(select+1)>0waitfor/**/delay'0:0:0

名無し / 2023年9月13日7:39
123456'and(select+1)>0waitfor/**/delay'0:0:2

名無し / 2023年9月13日7:39
123456/**/and/**/1=DBMS_PIPE.RECEIVE_MESSAGE('h',0)

名無し / 2023年9月13日7:39
123456/**/and/**/4=DBMS_PIPE.RECEIVE_MESSAGE('r',2)

名無し / 2023年9月13日7:40
123456'/**/and/**/DBMS_PIPE.RECEIVE_MESSAGE('p',0)='p

名無し / 2023年9月13日7:40
123456'/**/and/**/DBMS_PIPE.RECEIVE_MESSAGE('x',2)='x

名無し / 2023年11月7日15:30
123456

名無し expr 999423622 + 833572670 / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
${@var_dump(md5(517347685))};

名無し / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
/*1*/{{809415395+801074984}}

名無し|expr 988652146 + 989596424 / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
'-var_dump(md5(907094752))-'

名無し / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
${957358697+804386130}

名無し / 2023年11月7日15:35
123456

${910454669+966022579} / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
${(864929808+957376016)?c}

名無し / 2023年11月7日15:35
123456

名無し&set /A 925806511+929733013 / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
${920542079+927659387}

名無し'and'g'='g / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
#set($c=951208392+962418162)${c}$c

expr 890954077 + 989977954 / 2023年11月7日15:35
123456

${@var_dump(md5(393778294))}; / 2023年11月7日15:35
123456

名無し'and'h'='i / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
<%- 885983997+880714568 %>

名無し / 2023年11月7日15:35
123456
expr 915660322 + 870280070

'-var_dump(md5(947807628))-' / 2023年11月7日15:35
123456

名無し"and"h"="h / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
123456|expr 826532484 + 955079172

名無し"and"g"="d / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
123456$(expr 936058229 + 919710320)

名無し / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
123456&set /A 819245392+939689819

名無し / 2023年11月7日15:35
123456

名無し / 2023年11月7日15:35
expr 879864206 + 930224448

名無し / 2023年11月7日15:35
123456

/*1*/{{838596947+925070182}} / 2023年11月7日15:35
123456

${818967043+878773342} / 2023年11月7日15:36
123456

${(926862668+853724065)?c} / 2023年11月7日15:36
123456

<%- 803820657+967399567 %> / 2023年11月7日15:36
123456

名無し鎈'"\( / 2023年11月7日15:36
123456

名無し'"\( / 2023年11月7日15:36
123456

名無し / 2023年11月7日15:36
123456/**/and+1=1

名無し / 2023年11月7日15:36
123456'and/**/extractvalue(1,concat(char(126),md5(1486173246)))and'

名無し / 2023年11月7日15:36
123456/**/and+0=8

名無し / 2023年11月7日15:36
123456"and/**/extractvalue(1,concat(char(126),md5(1091575621)))and"

名無し / 2023年11月7日15:36
123456'and'o'='o

名無し / 2023年11月7日15:36
extractvalue(1,concat(char(126),md5(1632960372)))

名無し / 2023年11月7日15:36
123456'and'a'='o

名無し / 2023年11月7日15:36
123456'and(select'1'from/**/cast(md5(1052426692)as/**/int))>'0

名無し / 2023年11月7日15:36
123456"and"g"="g

名無し / 2023年11月7日15:36
123456/**/and/**/cast(md5('1497086776')as/**/int)>0

名無し / 2023年11月7日15:36
123456"and"r"="v

名無し / 2023年11月7日15:36
convert(int,sys.fn_sqlvarbasetostr(HashBytes('MD5','1567483204')))

名無し / 2023年11月7日15:37
(select*from(select+sleep(0)union/**/select+1)a)

名無し / 2023年11月7日15:37
123456'and/**/convert(int,sys.fn_sqlvarbasetostr(HashBytes('MD5','1287567582')))>'0

名無し / 2023年11月7日15:37
(select*from(select+sleep(2)union/**/select+1)a)

名無し / 2023年11月7日15:37
123456鎈'"\(

名無し / 2023年11月7日15:37
123456'and(select*from(select+sleep(0))a/**/union/**/select+1)='

名無し / 2023年11月7日15:37
123456'"\(

名無し / 2023年11月7日15:37
123456'and(select*from(select+sleep(2))a/**/union/**/select+1)='

名無し / 2023年11月7日15:37
123456"and(select*from(select+sleep(0))a/**/union/**/select+1)="

名無し / 2023年11月7日15:37
123456"and(select*from(select+sleep(2))a/**/union/**/select+1)="

名無し / 2023年11月7日15:37
123456/**/and(select+1/**/from/**/pg_sleep(0))>0/**/

名無し / 2023年11月7日15:37
123456/**/and(select+1/**/from/**/pg_sleep(2))>0/**/

名無し / 2023年11月7日15:37
123456'/**/and(select'1'from/**/pg_sleep(0))::text>'0

名無し / 2023年11月7日15:37
123456'/**/and(select'1'from/**/pg_sleep(2))::text>'0

名無し / 2023年11月7日15:37
123456/**/and(select+1)>0waitfor/**/delay'0:0:0'/**/

名無し / 2023年11月7日15:37
123456/**/and(select+1)>0waitfor/**/delay'0:0:2'/**/

名無し / 2023年11月7日15:37
123456'and(select+1)>0waitfor/**/delay'0:0:0

名無し / 2023年11月7日15:37
123456'and(select+1)>0waitfor/**/delay'0:0:2

名無し / 2023年11月7日15:37
123456/**/and/**/1=DBMS_PIPE.RECEIVE_MESSAGE('p',0)

名無し / 2023年11月7日15:38
123456/**/and/**/0=DBMS_PIPE.RECEIVE_MESSAGE('x',2)

名無し / 2023年11月7日15:38
123456'/**/and/**/DBMS_PIPE.RECEIVE_MESSAGE('h',0)='h

名無し / 2023年11月7日15:38
123456'/**/and/**/DBMS_PIPE.RECEIVE_MESSAGE('o',2)='o

コメント投稿ページへ


書いている人

のぎ
PG->SE->PMとして働き、現在はIT企業で新卒採用の担当をしています。長期育休取得明けで0歳娘の対応に毎日バタバタです。笑
採用業務をしつつ社内利用ツールなど作成しており、当ブログも勉強の一環でコーディングして作成しています。 エンジニア領域、人事・採用領域、育児関連など発信していきます。