Hey, I thinn you have in your settings.py in installed app a app named polls. Django can not found such a package polls...
Now you must install this package or remove it from settings.py Regards Kin Zinzombe <[email protected]> schrieb am Sa., 26. Feb. 2022, 16:06: > ^[[23~Traceback (most recent call last): > File > "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", > line 31, in <module> > start(fakepyfile,mainpyfile) > File > "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", > line 30, in start > exec(open(mainpyfile).read(), __main__.__dict__) File "<string>", line > 20, in <module> > File > "/data/user/0/ru.iiec.pydroid3/files/arm-linux-androideabi/lib/python3.9/site-packages/django/urls/conf.py", > line 34, in include > urlconf_module = import_module(urlconf_module) > File > "/data/user/0/ru.iiec.pydroid3/files/arm-linux-androideabi/lib/python3.9/importlib/__init__.py", > line 127, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > File "<frozen importlib._bootstrap>", line 1030, in _gcd_import > File "<frozen importlib._bootstrap>", line 1007, in _find_and_load > File "<frozen importlib._bootstrap>", line 972, in > _find_and_load_unlocked > File "<frozen importlib._bootstrap>", line 228, in > _call_with_frames_removed > File "<frozen importlib._bootstrap>", line 1030, in _gcd_import > File "<frozen importlib._bootstrap>", line 1007, in _find_and_load > File "<frozen importlib._bootstrap>", line 984, in > _find_and_load_unlocked > ModuleNotFoundError: No module named ' polls' > > [Program finished] > > > > > No module named 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAEwjECpAYLa-A5cjxFtAcPbcWGg6nbdYc%3DHPJLvGUCm2v%3Db8hQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAEwjECpAYLa-A5cjxFtAcPbcWGg6nbdYc%3DHPJLvGUCm2v%3Db8hQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKGT9mwwwycUKS-VPTVPtTsFSQyf9K9hJQgeb1h4qXsNZQQ_3g%40mail.gmail.com.

