开发者

What's the difference between Django-registration and the built-in Django authentication system?

开发者 https://www.devze.com 2023-03-27 17:35 出处:网络
I was wondering what are the differences between these apps, since they provide the same functionality and D开发者_如何学Cjango-registration is written by the creator of Django.They\'re not the same a

I was wondering what are the differences between these apps, since they provide the same functionality and D开发者_如何学Cjango-registration is written by the creator of Django.


They're not the same at all. Django's built in authentication deals with login and permissions. Django-registration deals with registration, ie the ability for people to sign up for accounts.

0

精彩评论

暂无评论...
验证码 换一张
取 消