Two good things to check:
- Did you restart the dev server?
- Is your application added to settings.py? those. INSTALLED_APPS = {'Poll',}
If you check the comments on my question, you will see how this was resolved. Essentially, my problem was that the application was not in INSTALLED_APPS.
Thanks to @Daniel Roseman and @pastylegs
source
share