Alternative Django Authenication
Posted
by pq
on Stack Overflow
See other posts from Stack Overflow
or by pq
Published on 2010-04-05T18:02:04Z
Indexed on
2010/04/05
18:03 UTC
Read the original article
Hit count: 169
Need to integrate Django with an existing authentication system. That system has it's own database, API, login/logout,edit profile web pages and cookie.
(I may have to add a few additional profile fields stored/updated locally)
What's the proper approach to substitute the out-of-the-box authentication in Django?
© Stack Overflow or respective owner