简体   繁体   中英

Extending django.contrib.auth module

I am an intermediate in django. But, I love to be an expert in that. I am going to create an open source application. To begin with I have planned to make use of contrib.auth module. I want to extend auth module within my application as user authentication. I am struckup with the basic things

  • How do I include user authentication form within my application. Is there any {{form}} to print in my .html file?
  • How can I reference my database table to user field in auth

I didn't designed my table yet. But want to extend it. Please some one contribute your ideas for creating an Open Source Application

-Vikram

You can find everything you need in this doc . Happy reading!

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