abhishek-ram / django-pyas2

AS2 file transfer Server built on Python and Django.
https://django-pyas2.readthedocs.io
GNU General Public License v3.0
78 stars 31 forks source link

Model change #115

Open Aclopes opened 3 days ago

Aclopes commented 3 days ago

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?