autotest

Can`t run `manage.py test` in Django: django.db.utils.OperationalError

Can`t run `manage.py test` in Django: django.db.utils.OperationalError Question: I`m trying to run some auto-tests in Django framework 4.0.4 by command python manage.py test test.to.run Also at the start it gets notification: RuntimeWarning: Normally Django will use a connection to the ‘postgres’ database to avoid running initialization queries against the production database when it’s not needed …

Total answers: 1