Re: An error with my code

2022-02-27 Thread Dushime Mudahera Richard
hey According to your issue you can verify first if the application is registered in in settings.py then also the import you may have forgotten to import some modules in yr urls.py the better way is share your codes here so that you can get a better help while looking at your codes you can use

Re: An error with my code

2022-02-26 Thread Sebastian Jung
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 schrieb am Sa., 26. Feb. 2022, 16:06: > ^[[23~Traceback (most recent call last): >

Re: An error with my code

2022-02-26 Thread Eugene TUYIZERE
May be polls is the name of your app and you forgot to register it in settings.py Sent from my iPhone > On 26 Feb 2022, at 15:53, Kin Zinzombe wrote: > > ^[[23~Traceback (most recent call last): > File > "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line > 31,