[Fixed]-Django: How to access test database?

6👍

This section of the Django docs has the details.

Basically the name of the test database is as per your settings file but with test_ prefixed, and the user and password are as your settings file.

Leave a comment