Re: Defining project apps

2017-07-11 Thread Rich Shepard
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 variab

Re: Defining project apps

2017-07-11 Thread yingi keme
I dont 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. Yes Ofcourse you should avoid name conflicts as regards to naming the apps within the project. But on the purpose of github, maybe you should be concerne

Defining project apps

2017-07-11 Thread Rich Shepard
My background is database applications, not web site, development so I have started my first django-1.11.3 project by defining the database schema and defining the classes in models.py. Now I want to define the app based on this file and am not sure how to name it. This project is for my own