Saturday, January 30, 2016

Re: How should it make django test create a default_test database that is using 5 shemas ?


show us your settings.py file.
http://dpaste.de

On Saturday, January 30, 2016 at 1:31:17 AM UTC+2, JAMES DAMILD ETIENNE wrote:
I have a possgres database with 5 shemas , it connects very well to it , but when truing to do unit test on my models or view , the default table created in sqllite3 is saysing  that on of my table is not there :

 return Database.Cursor.execute(self, query, params)
OperationalError: no such table: jamestable

any help please  ?
thank you




--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/71f7b93c-0544-44bb-9da3-4c28105fbc47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment