简体   繁体   中英

how to create a user interface that a user can signup and login using django

i love gae(google app engine),because it is easy to create a user interface for user login and signup,

but now , my boss want me to create a site use django ,

so the first is to create a site that someone can be login ,

which is the esaist way to create a user interface ?

thanks

User authentication in Django is fully documented online . The user interface itself is, AFAICT, your problem; I don't know if Django provides one out of the box.

Django auth also provide generic views for login/logout etc. You can use build-in templates or expand it.

See in documentation for generic views: django.contrib.auth.views.login, django.contrib.auth.views.logout

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