20200801.html (2070B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width,initial-scale=1"> 6 <link rel="stylesheet" type="text/css" href="/style.css"> 7 <link rel="icon" type="image/x-icon" href="/pics/favicon.ico"> 8 <title>Djangoやめました</title> 9 </head> 10 <body> 11 <header> 12 <a href="/">主頁</a> | 13 <a href="/about.html">自己紹介</a> | 14 <a href="/journal">日記</a> | 15 <a href="/farm">農業</a> | 16 <a href="/kitchen">台所</a> | 17 <a href="/computer">電算機</a> | 18 <a href="/poetry">詩</a> | 19 <a href="/books">本棚</a> | 20 <a href="/gallery">絵</a> | 21 <a href="https://git.mtkn.jp">Git</a> 22 </header> 23 <main> 24 <article> 25 <h1>Djangoやめました</h1> 26 <time>2020-08-01</time> 27 <section> 28 <h3>Djangoやめました。</h3> 29 <p> 30 タイトル通り、Djangoを使うのをやめました。 31 代わりにwsgirefを使ってます。Djangoでも間接的に使っていた 32 のかもしれないけれど。<br /> 33 参考: <a href="https://c-bata.link/webframework-in-python/index.html"> 34 Webアプリケーションフレームワークの作り方 in Python 35 </a> 36 </p> 37 <p> 38 ただでさえガバガバだったセキュリティが更にザルになっていると思いますが、 39 特に大事なものは置いていないし、Docker使ってるし、大丈夫だと 40 思っておいていいかな。攻撃しないでください。 41 </p> 42 </section> 43 <section> 44 <h3>サイトのデザイン</h3> 45 <p> 46 それから、サイトのデザインも変更してます。 47 一応明確なテーマを以て作っているのですが、なかなか思うような感じに 48 ならないです。<br /> 49 少しずつ調整していくつもりです。 50 </p> 51 </section> 52 </article> 53 54 </main> 55 <footer> 56 <address>info(at)mtkn(dot)jp</address> 57 <a href="http://creativecommons.org/publicdomain/zero/1.0?ref=chooser-v1" rel="license noopener noreferrer">CC0 1.0</a> 58 </footer> 59 </body> 60 </html>