문제

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