Re: Django makemigration polls error

2018-07-26 Thread Ashish Kumar
I'm using the latest version m8 On Wednesday, July 25, 2018 at 5:50:24 PM UTC+5:30, Okware Aldo wrote: > > I think he should share screenshot of his setting.py file, but from what I > can see -- if he is running django 1.10 and above apps should be 'polls' > not *'polls.apps.PollsConfig'* > >

Re: Django makemigration polls error

2018-07-26 Thread Ashish Kumar
thanks man. that was the mistake i did. On Wednesday, July 25, 2018 at 4:54:09 PM UTC+5:30, theAloneOne wrote: > > You may have missed a comma after *'polls.apps.PollsConfig'* in your > settings.py file in the *INSTALLED_APPS* list so check it again and you > may not be using the same django-ver

Re: Django makemigration polls error

2018-07-25 Thread Okware Aldo
I think he should share screenshot of his setting.py file, but from what I can see -- if he is running django 1.10 and above apps should be 'polls' not *'polls.apps.PollsConfig'* On Wed, Jul 25, 2018 at 2:23 PM theAloneOne wrote: > You may have missed a comma after *'polls.apps.PollsConfig'* in

Re: Django makemigration polls error

2018-07-25 Thread mottaz hejaze
just add 'polls' to the end of your installed apps in your settings.py On Wed, 25 Jul 2018, 13:23 Okware Aldo, wrote: > Did you include Polls app in INCLUDE_APPS section in settings. > > On Wed, 25 Jul 2018, 06:34 Ashish Kumar, wrote: > >> I am trying to follow the latest Django tutorial at the

Re: Django makemigration polls error

2018-07-25 Thread Okware Aldo
Did you include Polls app in INCLUDE_APPS section in settings. On Wed, 25 Jul 2018, 06:34 Ashish Kumar, wrote: > I am trying to follow the latest Django tutorial at the documentation and > I faced the following error when I enter python manage.py makemigrations > polls > Traceback (most recent c

Re: Django makemigration polls error

2018-07-25 Thread theAloneOne
You may have missed a comma after *'polls.apps.PollsConfig'* in your settings.py file in the *INSTALLED_APPS* list so check it again and you may not be using the same django-version as used in documentation so get the latest if you are following latest docs release. -- You received this messag

Django makemigration polls error

2018-07-24 Thread Ashish Kumar
I am trying to follow the latest Django tutorial at the documentation and I faced the following error when I enter python manage.py makemigrations polls Traceback (most recent call last): File "manage.py", line 15, in execute_from_command_line(sys.argv) File "C:\Users\asus\AppData\Local\Program