I have two projects in django, proj1 and proj2,
Aim - I want to use common database(postgresql) between proj1 and proj2.
Problem - proj1 has all the models, How do I import models in proj2?
Is there any way to do that?
I have two projects in django, proj1 and proj2,
Aim - I want to use common database(postgresql) between proj1 and proj2.
Problem - proj1 has all the models, How do I import models in proj2?
Is there any way to do that?