Re: Move apps to different folders or to a root folder

2022-11-10 Thread Nick Chang
Hi Mike, Thanks for your reply. To further clarify about `db_table` name regarding this vertical move. The 'db_table' field is actually already specified in the models. However, if the 'db_table' name were not specified in the model and let django handle generation table names, would this move

Re: Move apps to different folders or to a root folder

2022-11-06 Thread Mike Dewhirst
On 7/11/2022 2:40 am, Nick Chang wrote: Hello community, I am trying to organize my Django project's structure as the number of apps is growing. So I am attempting to move an app in the sub-folder that contains its model definitions. The app used to be named `.foo

Move apps to different folders or to a root folder

2022-11-06 Thread Nick Chang
Hello community, I am trying to organize my Django project's structure as the number of apps is growing. So I am attempting to move an app in the sub-folder that contains its model definitions. The app used to be named `< sub_folder_name>.foo ` and now it will be