Re: Programmtically accessing properties on a model field?

2009-03-07 Thread Brandon Taylor
Wonderful! Thank you so much for the help. Brandon On Mar 6, 3:24 pm, Rajesh D wrote: > > I'm working on some code to scrub an images directory of anything not > > currently stored in the database, and would like to de-couple some > > things. I'm using signals, passing

Re: Programmtically accessing properties on a model field?

2009-03-06 Thread Rajesh D
> > I'm working on some code to scrub an images directory of anything not > currently stored in the database, and would like to de-couple some > things. I'm using signals, passing in an instance of a model that I > would like to be able to grab some data from, namely, the 'upload_to' > parameter

Programmtically accessing properties on a model field?

2009-03-06 Thread Brandon Taylor
Hi everyone, I'm working on some code to scrub an images directory of anything not currently stored in the database, and would like to de-couple some things. I'm using signals, passing in an instance of a model that I would like to be able to grab some data from, namely, the 'upload_to'