Search Results

0
votes
1answer
102 views

is it safe to refactor my django models?

My model is similar to this. Is this ok or should I make the common base class abstract? What are the differcenes between this or makeing it abstract and not having an extra table? It seems odd …
0
votes

is it safe to refactor my django models?

From: django web site Abstract base classes are useful when you want to put some co …