简体   繁体   中英

Is there a Django built in signup view?

I know django has default account related views. the urls for them can be found in django.contrib.auth.urls . Is there a built in register view similar to those views? or do I have to implement one myself?

Yes, you have to implement it by yourself. In Django comes with a lot of built-in resources for the most common use cases of a Web application. Use this link

https://simpleisbetterthancomplex.com/tutorial/2016/06/27/how-to-use-djangos-built-in-login-system.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM