Re: Need help getting Python code into Django App

2006-09-05 Thread gabor
adamjspooner wrote: > Ok, so I posted this request in a different topic and never heard a > peep, so I thought I'd try it in it's own post. > > I'm a newb to Django. I love it because I love Python. I'm also a > semi-newb to Python. I've written some cool stuff in Python that I > like, but can

Re: Need help getting Python code into Django App

2006-09-05 Thread Adrian Holovaty
On 9/5/06, adamjspooner <[EMAIL PROTECTED]> wrote: > I'm a newb to Django. I love it because I love Python. I'm also a > semi-newb to Python. I've written some cool stuff in Python that I > like, but can't seem to make the connection between my Python code and > Django. My biggest trouble is w

Re: Need help getting Python code into Django App

2006-09-05 Thread adamjspooner
> Hey Spoon, > > You're asking a lot of disparate questions here, but the basic thing > to understand is that a Django view is *just Python code*. A view is > just a Python function that returns an HttpResponse object. You can > put whatever you want in there; you can do whatever you need to do >

Need help getting Python code into Django App

2006-09-05 Thread adamjspooner
Ok, so I posted this request in a different topic and never heard a peep, so I thought I'd try it in it's own post. I'm a newb to Django. I love it because I love Python. I'm also a semi-newb to Python. I've written some cool stuff in Python that I like, but can't seem to make the connection b