i’m learning django so i’ve many questions, and one is how i can reuse a model? i mean the models live in the application folder, but some models are exactly the same between two differents applications.
So should i rewrite the model every time that i write a new app?
i’m learning django so i’ve many questions, and one is how i can reuse
Share
Yes, this is wrong when you have the same names of yours apps
You also can use abstract models