Re: Working with outside data sources

2010-02-18 Thread Michael Lissner
h plan B, below. Michael Lissner mliss...@michaeljaylissner.com 909-576-4123 Rishabh Manocha wrote on 02/18/2010 07:16 PM: > > > On Fri, Feb 19, 2010 at 10:04 AM, mjlissner <mailto:mjliss...@gmail.com>> wrote: > > I'm using django for a final project in my masters pro

Re: Working with outside data sources

2010-02-21 Thread Michael Lissner
Thanks again for these replies. Very helpful indeed. Rishabh Manocha wrote on 02/18/2010 07:47 PM: > > > On Fri, Feb 19, 2010 at 11:23 AM, Michael Lissner > <mailto:mliss...@michaeljaylissner.com>> wrote: > > Thanks for the reply. > > My teammate that w

Re: Scrape a file, then put it in the django database

2010-03-08 Thread Michael Lissner
Thanks Daniel. I guess that part makes sense, but what I'd really like to do is use the FileField itself to place the file in the right place. I thought that with a file that was submitted from a form field, that this was possible (and indeed the intended purpose). I'm confused why it seems like I