It's just Python. Use the sqlite3 module or psycopg2 (or whatever's
appropriate) and use your databases as you like.
There's nothing stopping you from using any tables in whatever database
Django's models are using, or any other databases of any kind from
within your Python code.
There's no conflict between any of that and Django's own database
connection, so there's no need to prevent Django's own connection
happening upon the launch of your Django app.
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.