>python manage.py test flow
Creating test database for alias 'default'...
Traceback (most recent call last):
File "C:\landy\lib\site-packages\django\db\backends\__init__.py", line 133, in
ensure_connection
self.connect()
File "C:\landy\lib\site-packages\django\db\backends\__init__.py", line 122, in
connect
self.connection = self.get_new_connection(conn_params)
File "C:\landy\lib\site-packages\django\db\backends\postgresql_psycopg2\base.p
y", line 134, in get_new_connection
return Database.connect(**conn_params)
File "C:\landy\lib\site-packages\psycopg2\__init__.py", line 164, in connect
conn = _connect(dsn, connection_factory=connection_factory, async=async)
psycopg2.OperationalError: FATAL: database "postgres" does not exist
I don't get any errors when manually testing. What is going on?