[Fixed]-Models and Apps in Django

1👍

Imagine that we are developing a storehouse about electronics. I would made a Django web site with those apps: clients, suppliers, computers, motherboard, speakers, phones

Of course all of them are connected. I would set the connection on the model of the main one, for example computers and motherboard, I would put it in motherboard.

Django lets to import apps in other apps.

Leave a comment