How do I change the Django default test database?
- by BryanWheelock
The production database is named:
project_db
The default test db is:
test_project_db
My production server provider requires the database name start with the account name.
So I could go with:
projects_db_test
or some variant.