the directory structure I want to design
:
admin,webwebapiapi,modelshelperslibrarysettingsproject(myshop)
adminurls.pyadminviewsviews,templates,static.
:
modelmodels.pymodelgoodsgoods_models,orderorder_model,make migrationsgoods_model,migrationdjango
djaonauth:site-packagesdjangocontribauth
:
auth has its own model,migration,admin and model,migration, but a project has web,admin,api, and dozens of logic modules such as user,auth,goods,order,account, under admin, which is definitely not suitable for project management. So in the actual production, how is the directory structure designed and what adjustments need to be made