We are doing a project which uses more than 10 tables for data flow, but when using unit test for database table data query scheme, it returns an empty set. Is there any way we can run './manage.py test' and it can fetch data from our own database instead of newly created test database?
Here is a similar question, but it does not give any solutions. Django Test Database looks empty while test is runnin
and here Problems with contenttypes when loading a fixture in Django
Thanks!