Re: My project is not detecting the geodjango application

2009-11-14 Thread arnav khare
I have the same problem as soon as I add "from django.contrib.gis import models" instead of "from django.db import models", the "sqlall" command gives this error: Error: App with label location could not be found. Are you sure your INSTALLED_APPS setting is correct? As soon as I add "from django.d

Re: My project is not detecting the geodjango application

2009-10-25 Thread Sahiti Polishetty
Ya.. I am sure that I have added it in INSTALLED_APPS and I rechecked it as well.. My problem is not yet solved.. On Mon, Oct 26, 2009 at 7:23 AM, Dhruv Adhia wrote: > The error means that are you sure you have added "world" in INSTALLED_APPS > which is in settings.py? > > Dhruv Adhia > http://w

Re: My project is not detecting the geodjango application

2009-10-25 Thread Dhruv Adhia
The error means that are you sure you have added "world" in INSTALLED_APPS which is in settings.py? Dhruv Adhia http://www.thirdimension.com On Sun, Oct 25, 2009 at 10:35 AM, Sahiti Polishetty wrote: > Hello .. I want to have google maps in my application, so i created a > project and in that

My project is not detecting the geodjango application

2009-10-25 Thread Sahiti Polishetty
Hello .. I want to have google maps in my application, so i created a project and in that made an application to handle the maps and made the required changes in the settings.py for the above. But i am getting the following error when i am trying to issue the command "python manage.py sqlall world"