[Answered ]-Composite database in django

2👍

Django doesn’t care what created your tables, and there are no issues with running them side-by-side. If you need access to the “non-Django” tables via the Django ORM, you could run inspectdb as described in the documentation on using legacy databases.

Leave a comment