Is it possible to share a DB between Django and another application

87 views
Skip to first unread message

Albert180

unread,
Jul 20, 2016, 11:31:48 AM7/20/16
to Django users
Hello I wanted to know if it's possible to share a Database between a Django App ( The WebApp) and another external App which processes the Data ?

Tim Graham

unread,
Jul 20, 2016, 1:40:48 PM7/20/16
to Django users
Yes, databases can accept connections from different applications.

Fred Stluka

unread,
Jul 21, 2016, 7:49:00 AM7/21/16
to django...@googlegroups.com
Albert,

Yes, any other app , written in Python or any other language, should
be able to access your relational DB concurrently with your Django
app, if it has the right credentials.  This is true for PostgreSQL,
MySQL, Oracle, DB2, or any other RDBMS you might use.

--Fred

Fred Stluka -- mailto:fr...@bristle.com -- http://bristle.com/~fred/
Bristle Software, Inc -- http://bristle.com -- Glad to be of service!
Open Source: Without walls and fences, we need no Windows or Gates.

On 7/20/16 11:03 AM, Albert180 wrote:
Hello I wanted to know if it's possible to share a Database between a Django App ( The WebApp) and another external App which processes the Data ?
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5b863fe3-c99f-44cf-b3fa-1773911a2223%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages