6👍
✅
Well, I resolved it myself. Polls module was not found because it was created outside the project directory. When I removed it and recreated inside the project directory, it was OK now.
1👍
also it may be a good idea to cd into yoru django project so you are only running
python manage.py runserver
- [Django]-Django-like frameworks?
- [Django]-JQuery Ajax function called twice with same data
- [Django]-Is Docker an alternative for 'virtualenv' while develping Django project?
- [Django]-Django: How to dynamic filter foreignkey choices by Customizing the Django_Admin
Source:stackexchange.com