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 <[email protected]> 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 every step but keeps getting this error when I use python > manage.py makemigrations polls, below is my code attached, please help. > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/438e8bb9-f71f-4df2-936e-2444cf4b8e4f%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/438e8bb9-f71f-4df2-936e-2444cf4b8e4f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAF2Ah_F4c%3DA%3DLre6Mn3MkNYT3eMhPJxWLO7waOagLuW6G5%3DyGQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

