Вопрос

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