On 13 Lis, 19:23, Ryan Nowakowski <[EMAIL PROTECTED]> wrote:
> You could create a view that accepts a post that includes the following:
>   * admin username (for auth)
>   * admin password (for auth)
>   * username
>   * user password
>   * other attrs...
>
> Then from your admin hooks, you can do an http post to the other sites
> using httplib[1] keeping stuff in sync.
>
> 1.http://www.python.org/doc/2.5.2/lib/httplib-examples.html
>
> - Ryan
That sounds like a pretty nice idea. I believe it's a bit cleaner than
trying to force my way with curl.
I'm still not sure where to slip it, would User.save() be suitable?

Also, this could take a bit, maybe I should consider another thread/
process?


--~--~---------~--~----~------------~-------~--~----~
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