Vikram
Vikram

Reputation: 7525

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

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

Upvotes: 0

Views: 173

Answers (1)

juankysmith
juankysmith

Reputation: 12458

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

Upvotes: 1

Related Questions