Model change
Aclopes opened this issue · 0 comments
Aclopes commented
This is a question about best practice.
If I need to create a new field in the tables specific to my business, for example, a new field in Partner, I know I can change the (...)lib/pyton3.../site_package/pyas2/models.py
and add the new field in the partner class and run the Django migrations process it will work.
However, my question is: what is the more "elegant" way to do it? What process should we adopt for apps installed as lib?
PS: Do you think it would be a good idea to create a Google group or Discord just for questions like that?