Thx. Interesting approach. I see often how people create a separate folder like apps. All newly created apps like accounts, posts,ect get removed to the apps directory. After that some people make adjustments in apps.py configurations replacing name = 'accounts' to name = 'apps.accounts'. Others add path in their settings config in order to make these apps recognizable.
great content 👍 don't you have an example project?
Thx. Interesting approach. I see often how people create a separate folder like apps. All newly created apps like accounts, posts,ect get removed to the apps directory.
After that some people make adjustments in apps.py configurations replacing name = 'accounts' to name = 'apps.accounts'. Others add path in their settings config in order to make these apps recognizable.