Thursday, 15 July 2010

django - Conflicting 'ztable' models in application -



django - Conflicting 'ztable' models in application -

i have db on postgresql. automatically generated models help of inspectdb tool. when run application, there error: conflicting 'ztable' models in application 'login': <class 'login.models.ztable'> , <class 'login.models.ztable'>. what's matter?

also have 1 ore question: if generate models help of inspectdb, tool fill these models info db?

django

No comments:

Post a Comment