Posted by somuchfortheafter |
|
I am currently evaluating different forum solutions that are powered by django for a community site I am building. There are multiple components to the site and the plan was to use one set of users. Assuming user registration is done here(SCT community tools) , how would I port this info to other django apps?
--- Last Edited by somuchfortheafter at 2008-12-28 22:08:57 --- |
|
Posted by Herbert Poul |
|
SCT uses the default django users.. (django.contrib.auth.models.User) - i'm pretty sure most other django application are using the same user model.. so there should be no need to port the users as they are already the same :) Hey, we have Signatures !!! Great, isn't it ? ;) |
Please login to post a reply.