Ok, so I've got my Django stuff complete with accounts, registration
and all that,, and I've got a legacy db handling punBB, but I'd really
like to set it up so one user registration works everywhere. The
obvious answer would be a BB in django, but the zyons solution doesn't
seem quite ready for production (no offense, Ian).

So how would you handle it?

Attempt to push new registrations over to the Django DB?
Have django retrieve new registrations every so often?
Some other way I"m not thinking of?

I guess the root of the question is how would I make django coexist and
integrate nicely with this existing db?

Note: the punbb database has more than 4000 users, although the number
of new users on any given day isn't particularly high,  if that matters.


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

Reply via email to