Hacker News new | ask | show | jobs
by shabble 4992 days ago
That assumes your end goal is actually using the provided models in your application. It sounds like this is using them as pure data only.

I can think of a couple of reasons why you might want that, maybe if you wanted to create a relationship graph like django-extensions 'graph_models'[1], or build some sort of introspective API scaffold generator or something.

[1] https://github.com/django-extensions/django-extensions/blob/...