Python

Thumbnail of post image 088

今回はPythonで (most likely due to a circular import)というエラーが起きたときの主な原因についてご紹介いたします。

Pythonで (most likely due to a circ ...

Django

Thumbnail of post image 011

今回はDjangoで「django.db.utils.ProgrammingError: there is no unique constraint matching given keys for referenced table 〇 ...

Django

Thumbnail of post image 115

今回はメモ書き程度ですがDjangoでunique_togetherからUniqueConstraintに変えたいときのサンプル、方法についてご紹介いたします。

Djangoでunique_togetherからUniqueCon ...

Django

Thumbnail of post image 050

今回はDjangoでSendGridを使っているときに、Substitution Tagsを使用するためのサンプルコードをご紹介いたします。

DjangoのSendGridでSubstitution Tagsを使用するサンプルコ ...

Django

Thumbnail of post image 000

今回はDjangoでSendGridを使っていて、toを複数指定して一斉送信をしたいときのサンプルコードについてご紹介いたします。

DjangoでSendGridを使っていてtoを複数指定して一斉送信をしたいときのサンプルコード ...

Django

Thumbnail of post image 071

今回はDjangoを使っているときにSendGridのメール送信において、send_atを指定して送信日時を予約するサンプルコードをご紹介したいと思います。

DjangoでSendGridのメール送信でsend_atを指定して送 ...

Python

Thumbnail of post image 112

今回はPythonを使っていて配列の中から配列を切り出す方法についてご紹介いたします。

Pythonで配列の中から配列を切り出す方法

例として、次のような配列があるとします。

この中から、4番目から5番目のリスト ...

Python

Thumbnail of post image 014

今回はPythonで日時(datetime)の形のバリデーションを行いたいときどのようにすれば良いのかについてご紹介いたします。

Python3です。

Pythonで日時(datetime)の形のバリデーションを行い ...

DRF

Thumbnail of post image 036

自分のメモ書き用です。

DjangoのDRFでpkを入れて型を指定しないときに、pkが末尾にあるとint、urlの途中にあるとstringになります。

Djangoのバージョンは2.2.24です。

DRF ...

Python

Thumbnail of post image 035

今回はPythonのロゴに著作権があるのかどうかについてご紹介していきます。

Pythonのロゴに著作権はあるのか

原文は英語ですがこちらのPython Software Foundationに記載があります。

Django

Thumbnail of post image 031

今回はDjangoのupdate_or_createで「TypeError: int() argument must be a string, a bytes-like object or a number, not 〇〇(〇〇はモデ ...

Django

Thumbnail of post image 094

今回は「TypeError: QuerySet.annotate() received non-expression(s): True.」が出たときの対処法についてご紹介いたします。

「TypeError: QuerySet.a ...

Python

Thumbnail of post image 025

今回はlogging.handlersのRotatingFileHandlerやTimedRotatingFileHandlerを使ってmultiple workers(=複数プロセス)で実行した場合に、一部のログが書き込まれないこと ...

Django

Thumbnail of post image 051

今回はサードパーティ製のライブラリである、concurrent-log-handlerをDjangoを使っているときにsettings.pyに書く際のサンプルコードについてご紹介いたします。

Pythonのライブラリとして ...

Django

Thumbnail of post image 109

今回はpandasを使ってDjangoのmodelをbulk_createするサンプルコードについてご紹介いたします。

pandasを使ってDjangoのmodelをbulk_createするサンプルコード

例えば、一列目が ...