Hello everyone,
I've got this unusual problem - I've got few django sites, and I need
to synchronize Users and profiles between them. (it's a closed site
where only admins create accounts so OpenID or similar won't help) I
thought that probably the easiest way is to hook somewhere in admin
interface (add, edit, delete actions) and run a cURL script that would
log in to the rest of the sites as another user and execute same
action. (I hope my description is understandable)
Is it by any chance a good solution? If so, where is the best place to
hook this?

I'd be profoundly grateful for any insights on this.

Thanks,
Kurczak


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to