Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top