I was trying to create migrations within an existing app using the makemigrations command but it outputs \"No changes detected\".
Usually I create new apps using the
You should add polls.apps.PollsConfig to INSTALLED_APPS in setting.py
polls.apps.PollsConfig
INSTALLED_APPS
setting.py