I've only recently started playing with Django to undertake a technology assessment of the various frameworks available. As part of the assessment it needs to integrate with a legacy Oracle XE database (I know) which will contain customer data, with the default database being MySQL and containing all the project site data.
When running inspectdb on the Oracle XE database it produces an empty models file except for the import header. When running this against the MySQL database the models table is created correctly. Does anyone have any suggestions on resolving this problem? -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.