Re: Problem with INSTALLED_APPS setting

2006-09-19 Thread [EMAIL PROTECTED]
Waylan Limberg wrote: > Go reread your first post (I did a few times). You said 'liger' was an > app not a project. Which is it? If it is an app but not within a > project, that could be your problem. Hey Waylan, tnx for taking the time to follow up on this and sorry for mis-leading you in the

Re: Problem with INSTALLED_APPS setting

2006-09-18 Thread Waylan Limberg
On 9/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Waylan Limberg wrote: > > First, you only point to the app, not the models in your app. Second, > > you need to start from a place that is on your pythonpath. If liger is > > on your pythonpath, then just 'liger' will work, However, it's

Re: Problem with INSTALLED_APPS setting

2006-09-18 Thread [EMAIL PROTECTED]
Waylan Limberg wrote: > First, you only point to the app, not the models in your app. Second, > you need to start from a place that is on your pythonpath. If liger is > on your pythonpath, then just 'liger' will work, However, it's more > likely that is not the case, so you'll need to do something

Re: Problem with INSTALLED_APPS setting

2006-09-18 Thread Waylan Limberg
On 9/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > > i've got an app named liger with a settings.py file which in > INSTALLED_APPS has: > > 'liger.profiles'... along with other apps First, you only point to the app, not the models in your app. Second, you need to start from a

Problem with INSTALLED_APPS setting

2006-09-17 Thread [EMAIL PROTECTED]
Hi all, i've got an app named liger with a settings.py file which in INSTALLED_APPS has: 'liger.profiles'... along with other apps In liger/profiles/models.py i define: class Profile(models.Model)... And this is the output of manage.py is the following: C:\www\djangoliger\liger>python manage