Re: using django models without manage.py

2008-04-08 Thread Lee Connell
from django.core.management import commands this gives everything :) On Apr 8, 10:01 pm, "Alex Ezell" <[EMAIL PROTECTED]> wrote: > Lee, > Take a look at the stuff in django.core.management. > > You should be able to import the methods or classes just like any python > module. > > /alex > > On T

Re: using django models without manage.py

2008-04-08 Thread Lee Connell
thx alex! On Apr 8, 10:01 pm, "Alex Ezell" <[EMAIL PROTECTED]> wrote: > Lee, > Take a look at the stuff in django.core.management. > > You should be able to import the methods or classes just like any python > module. > > /alex > > On Tue, Apr 8, 2008 at 8:57 PM, Lee Connell <[EMAIL PROTECTED]>

Re: using django models without manage.py

2008-04-08 Thread Alex Ezell
Lee, Take a look at the stuff in django.core.management. You should be able to import the methods or classes just like any python module. /alex On Tue, Apr 8, 2008 at 8:57 PM, Lee Connell <[EMAIL PROTECTED]> wrote: > > I am making an app that sets the django_settings_module manually so > that