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

2016-07-21 Thread Fred Stluka
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

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

2016-07-20 Thread Tim Graham
Yes, databases can accept connections from different applications. On Wednesday, July 20, 2016 at 11:31:48 AM UTC-4, 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 ? > --

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

2016-07-20 Thread Albert180
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