I've tried reading a few things before asking, but when should new apps be created in django?

For instance, I have a website with a domain scanner which will then have registration/login/etc?

Should functionalities like login and registration be (2) separate apps?

What are the best practices in order to determine if a new app should be created in django?

Excuse my newbieness, I tried searching and reading this before asking

but couldn't get a concrete explanation of the best practices for this.

有帮助吗?

解决方案

Here is what I do for login and registration make an account app. It is upto you, how you want to fragment your whole site. Just use intuition.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top