Closed GoogleCodeExporter closed 9 years ago
Generic support of database schema currently not supported by Django . This
would be supported by Django 1.3 . you can see the ticket raised against this
on http://code.djangoproject.com/ticket/6148 .
So, for 'manage.py inspectdb' types of operation you have to wait till Django
1.3.
For other operation you can use following workaround
Through model meta options you can set db_table metadata to
'”schema”.”table_name”'
One solution also available on http://code.djangoproject.com/ticket/6064
Please let me know if you needs any further clarifications.
Original comment by rahul.pr...@in.ibm.com
on 28 Sep 2010 at 5:54
Original comment by rahul.pr...@in.ibm.com
on 23 Mar 2011 at 12:36
Original issue reported on code.google.com by
timm...@gmail.com
on 22 Sep 2010 at 7:12