How do I change the Django default test database?

Posted by BryanWheelock on Stack Overflow See other posts from Stack Overflow or by BryanWheelock
Published on 2010-04-22T21:01:22Z Indexed on 2010/04/22 21:03 UTC
Read the original article Hit count: 413

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about django

Related posts about mysql