Skip to main content

wevdev notepad

 https://www.youtube.com/watch?v=pIvrUBAqn_g&t=228s

https://www.youtube.com/watch?v=99vHH_6F0Ko&t=7s

https://www.youtube.com/watch?v=wlTMtUBxxsM

https://www.youtube.com/channel/UCzppgQEePP5i27Sz5jeCWYw/featured

https://www.youtube.com/user/TheCharmefis/playlists

https://www.youtube.com/watch?v=gGGPTskb7c8

https://www.youtube.com/watch?v=JLCRnG_FZB0

https://www.youtube.com/watch?v=Q33KBiDriJY

https://www.free-css.com/free-css-templates

https://www.youtube.com/watch?v=vdSrm4EN5Xk


google map javascript api: https://www.youtube.com/watch?v=Zxf1mnP5zcw

https://www.youtube.com/watch?v=gBA5zXPddtY

https://www.freecodecamp.org/news/how-to-turn-your-website-into-a-mobile-app-with-7-lines-of-json-631c9c9895f5/

https://www.youtube.com/watch?v=GNqKMK52Sp8


hosting:https://www.youtube.com/watch?reload=9&v=cCXSwWlW7GM


WRODPRESS

https://www.youtube.com/watch?v=wMGrLh6SWBo

https://www.youtube.com/watch?v=eDcGNrc0y5U


Product Card Using HTML & CSS & JavaScript:https://www.youtube.com/watch?v=AwRb8LX-szg

Comments

Popular posts from this blog

Got an error while coding in django

 error is in an element name "price" in model.py. error:    return field.get_db_prep_save(self._effective_default(field), self.conne ction)   File "C:\Users\Shubrajit Acharjee\PycharmProjects\untitled\lib\site-packag es\django\db\models\fields\__init__.py", line 823, in get_db_prep_save     return self.get_db_prep_value(value, connection=connection, prepared=Fal se)   File "C:\Users\Shubrajit Acharjee\PycharmProjects\untitled\lib\site-packag es\django\db\models\fields\__init__.py", line 818, in get_db_prep_value     value = self.get_prep_value(value)   File "C:\Users\Shubrajit Acharjee\PycharmProjects\untitled\lib\site-packag es\django\db\models\fields\__init__.py", line 1776, in get_prep_value     raise e.__class__( ValueError: Field 'price' expected a number but got ''. solution:Go to migrations file and delete all the auto generated migration files related to element "price" and code correctly in models.py file and ru...