Hi, I was wondering if the feature is fully supported yet.
I have more than one existing "legacy" database that I would like to
support from the same Django instance.

How do I safely bring the Django tables into each database? Do you run
syncdb on an empty copy, then add your tables, then importdb?

If I could get past this error, I'd try this myself:

[EMAIL PROTECTED] tp]$ python manage.py syncdb
['Traceback (most recent call last):\n', '  File
"/usr/local/python/2.5/lib/python2.5/site-packages/Django-0.95-py2.5.egg/django/core/management.py",
line 422, in _install\n    "references" % model)\n', "Exception: <class
'django.contrib.contenttypes.models.ContentType'> is not installed, but
it has pending references\n"]
Error: auth couldn't be installed. Possible reasons:
  * The database isn't running or isn't configured correctly.
  * At least one of the database tables already exists.
  * The SQL was invalid.
Hint: Look at the output of 'django-admin.py sqlall auth'. That's the
SQL this command wasn't able to run.
The full error: <class
'django.contrib.contenttypes.models.ContentType'> is not installed, but
it has pending references
[EMAIL PROTECTED] tp]$


This started happening after I installed the multiple db patch.
What did I miss? 
Thank you in advance,
Gloria


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