Re: my first post: makemigrations polls App 'polls' could not be found. Is it in INSTALLED_APPS?

2019-03-10 Thread Varun Sagar
from django.apps import AppConfig #Add this in your'e apps.py if you haven't class PollsConfig(AppConfig): name = 'polls' On Sat, Mar 9, 2019 at 6:35 PM maior marso wrote: > https://docs.djangoproject.com/en/2.1/intro/tutorial02/ > Activating Models > After editing polls/.models.py, and

my first post: makemigrations polls App 'polls' could not be found. Is it in INSTALLED_APPS?

2019-03-09 Thread maior marso
https://docs.djangoproject.com/en/2.1/intro/tutorial02/ Activating Models After editing polls/.models.py, and updating mysite/ settings.py/installed_apps With ‘polls.apps.PollsConfig’, and changing the time_zone, Ran the python manage.py makemigrations polls Results: " App 'polls' could not be

Re: How to fix "App 'polls' could not be found. Is it in INSTALLED_APPS?"

2018-07-23 Thread Gerald Brown
Don't use SUDO, just python manage.py makemigrations.  Also the "POLLS" is not necessary. On Monday, 23 July, 2018 02:48 PM, Sitthiput Mongkolsri wrote: Hi, i'm new to django. Just learn from the tutorial and found this problem. I don't know how to fix this, wish someone could. Thanks. --

How to fix "App 'polls' could not be found. Is it in INSTALLED_APPS?"

2018-07-23 Thread Sitthiput Mongkolsri
Hi, i'm new to django. Just learn from the tutorial and found this problem. I don't know how to fix this, wish someone could. Thanks. -- 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

Re: App 'polls' could not be found. Is it in INSTALLED_APPS?

2018-02-03 Thread Daniel Hepper
Well, did you check if the app „polls“ is in INSTALLED_APPS? Assuming you are refering to the step „Activating models“ in the Part 2 of the tutorial, make sure you made the correct changes in your settings.py. https://docs.djangoproject.com/en/2.0/intro/tutorial02/#activating-models You can

App 'polls' could not be found. Is it in INSTALLED_APPS?

2018-02-02 Thread Peter Mkwawa
I am having trouble in the makemigrations part -- 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+unsubscr...@googlegroups.com. To post to this group,