Has anyone successfully used Django unit tests with custom table names? If so, were there a开发者_StackOverflow社区ny special hoops you had to jump through in order to get it to work?
Has anyone successfully used Django unit tests with custom table names?
Yes. I have.
If so, were there any special hoops you had to jump through in order to get it to work?
No.
Whats your real question? If you put the real table name in the model under 'Meta', django creates tables in corresponding names.
精彩评论