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.