I was able to follow up with this episode and successfully pushed the code to my repo. Thank You
@paulpatrickk17 күн бұрын
hello how i can change the background color?
@codemedio641825 күн бұрын
where is link for the part 1?
@Gabriel-ql7eb5 ай бұрын
great job! Thank you for this video
@prakashk36502 ай бұрын
mam could you please add video for the deployment of this project
@RAMANARAO-i9f2 ай бұрын
great job
@ISAACUdah22 күн бұрын
Am having issue here, can't run server, it's says MODULE NOT FOUND ERROR : NO MODULE NAME 'GREEN'
@codingUmbrella15 күн бұрын
The ModuleNotFoundError: No module named 'green' error occurs because Python cannot locate a module named green. This can happen due to several reasons: You may have mistakenly included green in your code, like in INSTALLED_APPS in settings.py, If you’re working within a virtual environment and forgot to activate it, Python won’t find the installed modules. If you mistakenly added green in the INSTALLED_APPS section of your settings.py, Django will attempt to load it as an app, resulting in this error.
@ISAACUdah15 күн бұрын
@ thanks.
@NikhilMuntha2 ай бұрын
Thank you so much
@sonaligavate445926 күн бұрын
i was not display Hello World Everything is correct setting but why
@Sandy-px1fz4 ай бұрын
in projects how this pics works like when i click on them what happend and what if i dont have my projects on github
@zyt27124 ай бұрын
actually it's not bad to have no source code, and go through it by myself, so that i may get more chance to remember all the details and avoid the mistakes in the future.
@paulpatrickk15 күн бұрын
what is the password for the admin
@codingUmbrella15 күн бұрын
You need to set it from the terminal using the following commands: To create a superuser: python manage.py createsuperuser To change the password for an existing user: python manage.py changepassword