Error: App with label world could not be found. Are you sure your INSTALLED_APPS setting is correct?

809 views
Skip to first unread message

Coulson Thabo Kgathi

unread,
Sep 6, 2012, 10:08:49 AM9/6/12
to django...@googlegroups.com
Error: App with label world could not be found. Are you sure your INSTALLED_APPS setting is correct?
 guys that an error i get after running the command below

$ python manage.py sqlall world

i have no idea what to do now, please help

Timster

unread,
Sep 6, 2012, 11:21:39 AM9/6/12
to django...@googlegroups.com
Well, do you have an app named "world" in your INSTALLED_APPS setting?

Coulson Thabo Kgathi

unread,
Sep 7, 2012, 1:50:30 AM9/7/12
to django...@googlegroups.com
Yep i do have it.

Philip Mountifield

unread,
Sep 7, 2012, 5:27:28 AM9/7/12
to django...@googlegroups.com
I would try importing the module from the python shell, you may have a
syntax error in that module which is causing manage.py to ignore it. Try
"python manage.py shell" and then do "import world" or what ever the
path to your world package is.

Phil

On 07/09/2012 06:50, Coulson Thabo Kgathi wrote:
> Yep i do have it.
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/nbPRkHR6zBkJ.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.


--

Philip Mountifield
Formac Electronics Ltd
tel +44 (0) 1225 837333
fax +44 (0) 1225 430995

pmount...@formac.net
www.formac.net
www.telgas.net

Coulson Thabo Kgathi

unread,
Sep 7, 2012, 9:23:23 AM9/7/12
to django...@googlegroups.com
Managed. there was another directory created inside the project directory name with the same name as the project directory name and it has settings file tht has 2 be used

Tom Evans

unread,
Mar 11, 2013, 7:42:02 AM3/11/13
to django...@googlegroups.com
On Mon, Mar 11, 2013 at 11:35 AM, jesmine chaudhuri
<jesminech...@gmail.com> wrote:
> Error: App with label polls could not be found. Are you sure your
> INSTALLED_APPS setting is correct? in django 1.3 project and mysql.
>
> I am new in Django and Python. Please anyone help me.
>
> Thanks in advance.
>
> Jesmine C
>

Please don't hijack old threads with your new problems, IE send a new
email to django...@googlegroups.com instead of replying to an old
one. You will need to include more details as well if you want
assistance!

Cheers

Tom

abhijeet shete

unread,
Mar 11, 2013, 7:43:34 AM3/11/13
to django...@googlegroups.com
Hi Jasmin,

    Looks like you haven't added your app 'polls' in 'settings.py' under INSTALLED_APPS. Check whether you added your app or not.
If not add it.

Regards.
Abhijeet


On Mon, Mar 11, 2013 at 5:05 PM, jesmine chaudhuri <jesminech...@gmail.com> wrote:
Error: App with label polls could not be found. Are you sure your INSTALLED_APPS setting is correct? in django 1.3 project and mysql.

I am new in Django and Python. Please anyone help me.

Thanks in advance.

Jesmine C


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

To post to this group, send email to django...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages