In my project, there are applications named "developer" and "startup"
In developer and startup application, i need a table named "languages", which implies that the language developer use and startup use.
So i made model named "languages", But I'm thinking about whether to make this in developer application or startup application, or make a new application and make it in it.
When I made it in developer application, i could use it by importing startup application models.py. But actually, I don't think that the table "languages" is more relevant to application "developler" than "startup".
How should I do?
I referenced link https://stackoverflow.com/questions/4137287/sharing-models-between-django-apps