Reputation: 5803
It seems that I already asked this question and got an answer, but I can't find it.
How to make a Django model not stored in the DB? I want it to be a model (derived from models.Model
) only in order to be able to retrieve it with get_model()
method.
Upvotes: 1
Views: 1076