How to create an excellent project directory by django

the directory structure I want to design

clipboard.png

:
admin,webwebapiapi,modelshelperslibrarysettingsproject(myshop)
adminurls.pyadminviewsviews,templates,static.

:
modelmodels.pymodelgoodsgoods_models,orderorder_model,make migrationsgoods_model,migrationdjango

djaonauth:site-packagesdjangocontribauth
:

clipboard.png

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

May.22,2021
Menu