|
Posted by slonick |
|
|
Hi!
I am new to django. I am trying to write a small application that needs to read some data from a read-only Oracle database. I added a second database description to settings.py. I also added a model describing the data in Oracle db. But when I try to read it says that the database is read-only. It is strange that django tries to put something in a DB while reading. Unfortunately the googling did not show any solution. Please poing me in a right direction. Thanks in advance. |


