雑多な技術系メモ

自分用のメモ。内容は保証しません。よろしくお願いします。

django

【Django】ForeignKeyについてのメモ

1対多で使う。 以下のサイトがわかりやすい https://noumenon-th.net/programming/2019/12/02/foreignkey/

djangoのメモ

django mysql django shell credentials test jwtで単体テストをする時のメモ 参考文献 jsonで返す test時 エラー Metaクラス ユーザーを作る時のメモ djangoの自作ライブラリの場所について djangoのテストについて djangoの設定 pandasかどうかの確認(test…

エラー django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.

エラー内容 python manage.py shell >>> from blog.models import Post >>> Post.objects.all() 省略 django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documen…