Access A Specific Item In DB in my foreach statement

2013-08-06 Thread Brandon Reynolds
I have a somewhat odd scenario. I am using a read only database that i have access through my property management software. They allow the user to define fields in there software. However they dont show up as specific fields in the database. The database has 2 tables related to them

Re: Accessing A Read-Only DB

2013-05-07 Thread Brandon Reynolds
o/legacy-databases/ > [2] > https://docs.djangoproject.com/en/1.5/ref/models/options/#django.db.models.Options.managed > > Yours, > Russ Magee %-) > > On Tue, May 7, 2013 at 5:32 AM, Brandon Reynolds > <brand...@gmail.com > > wrote: > >> Hello Everyone! >> >&

Accessing A Read-Only DB

2013-05-06 Thread Brandon Reynolds
Hello Everyone! I am new to Django and intermediate with Python. I have a client looking to have me build something that integrates with there rent management system. The comapny providing there system offers a feature called open access so that you can read there property database. However