I want to make few sites which will use the same django apps and the
problem is with table prefixes as using one database would be nice.
There is db_table for my tables but django tables can't be changed that
way - users and permissions aren't the problem (the same user system is
welcomed) but tables like django_admin_log will go crazy as there will
be items from app A with the same ID from all sites.

Is there any solutions to this? (prefix other tables) and I don't want
to use Sites.


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