Re: Error when I use python manage.py makemigrations polls

2018-11-02 Thread Dewansh Rawat
Instead of polls.app.appconfig try writing polls -- 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

Re: Error when I use python manage.py makemigrations polls

2018-11-01 Thread amit pant
It's seems you could not add app on settings.py INSTALLED APPS list. you should firstly add there then you can do makemigrations On Fri, Nov 2, 2018 at 6:57 AM ALLAN NJOROGE wrote: > Hey, I am a newbie in Django and am trying to learn by following the > official documentation, I am stuck on wri

Re: Error when I use python manage.py makemigrations polls

2018-11-01 Thread ALLAN NJOROGE
Thanks let me do that On Thu, Nov 1, 2018 at 6:58 PM Dewansh Rawat wrote: > Hey there! > Can you please host you're code on GitHub or gist? It becomes quite easier > to debug then. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To uns

Re: Error when I use python manage.py makemigrations polls

2018-11-01 Thread M Hashmi
Share Installed App snapshot again. Its not showing "polls" in installed apps. On Thu, Nov 1, 2018 at 6:27 PM ALLAN NJOROGE wrote: > Hey, I am a newbie in Django and am trying to learn by following the > official documentation, I am stuck on writing your first code part 2, I > have followed ever