Thanks, everybody, problem was: I add ForeignKey field in object after
dbsync. I just needed to reset database, it solve problem.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.co
Here is model structure: Client is User, Client can be corporate or person:
class Client(User):
#fields
class ClientCorporate(Client):
#fields
class ClientPerson(Client):
#fields
And client can make orders:
class Order(models.Model
2 matches
Mail list logo