Re: Isolating Django Models

2009-06-26 Thread Blaine Booher
rozwell @ IRC helped me out substantially by showing me these two links: http://www.b-list.org/weblog/2007/sep/22/standalone-django-scripts/ http://code.djangoproject.com/wiki/IrcFAQ#Shell Blaine On Thu, Jun 25, 2009 at 11:23 AM, Blaine Booher wrote: > Hey everyone, > I was wondering the bes

Isolating Django Models

2009-06-25 Thread Blaine Booher
Hey everyone, I was wondering the best way to isolate django models so they can be used in other python applications. I have seen the django extensions, which are very helpful. But a 'job' is still coupled to the django environment. Ideally I'd like to do this: * Write some function foo() that