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:f...@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:
-- 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+unsubscr...@googlegroups.com. To post to this group, send email to django-users@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/a0454491-752b-3daf-65cc-d9950ef45751%40bristle.com. For more options, visit https://groups.google.com/d/optout. |
- Is it possible to share a DB between Django and another applic... Albert180
- Re: Is it possible to share a DB between Django and anoth... Tim Graham
- Re: Is it possible to share a DB between Django and anoth... Fred Stluka