PBPraveen Bishtinpraveenbisht.hashnode.dev·Jul 25, 2024 · 6 min readCRUD Operations In Python & Django - Part 2In our previous article, we covered the basics of setting up a Django project and created our Exercise model, which we displayed on the front end as a list. In this article, we’ll dive into performing CRUD operations. For those unfamiliar, CRUD stand...01
PBPraveen Bishtinpraveenbisht.hashnode.dev·Jul 20, 2024 · 11 min readBuilding a full-stack app with Python & DjangoAfter years of working in the JavaScript ecosystem, I got an itch of trying something new. I set a new goal for myself to build a web app using a different language. Since, I already had an understanding of Python, I decided to go with the language, ...00