Hi,
I have two databases on my settings file. One is sqlite and the other is postgis. It is a big project so some developers use sqllite and a few are using postgis.
Now, when I try ./manage.py test command, I get the following,
----------------------------------------------------------------------------------------------------------------
Creating test database for alias 'default'...
AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type'
-----------------------------------------------------------------------------------------------------------------
Is there a way to issue a command that contains the alias for the postgis database? I am looking for something like " ./manage.py test --database='spatial_db' " or similar. I have been looking around documentation and examples but haven't been able to come around this. Here is what I have been looking,
Any suggestions would be appreciated!
Thanks in advance,
A