On Tue, 11 Jul 2017, yingi keme wrote:
I don't think you will have any app conflicts if you give them names applying to the content of the app or any other name that suites you best.
Yingi, I want to avoid Django reserved words if any exist. Both python and SQL have reserved words so variables, classes, attributes, etc. do not use those names. If Django has no issues with naming apps 'client_data' and 'reports' I'll use those names because they clearly express their purpose. Thanks, Rich