retore404 / maple_boss_logger

0 stars 0 forks source link

Github Actions対応 #16

Closed retore404 closed 4 years ago

retore404 commented 4 years ago

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

以上のようなエラーが出てテストに失敗する.原因調査するも不明. Django1.3時代に同様の事象があった模様.

retore404 commented 4 years ago

DBをSQLiteに変更して対応完了. PostgresでのGithubActions対応方法については別途検討.