Closed retore404 closed 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時代に同様の事象があった模様.
DBをSQLiteに変更して対応完了. PostgresでのGithubActions対応方法については別途検討.
django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
以上のようなエラーが出てテストに失敗する.原因調査するも不明. Django1.3時代に同様の事象があった模様.