Python Django Tutorial #10 - Full Stack Web App [2023] - Recipes CRUD Part 2

preview_player
Показать описание
Enroll in my Django Bootcamp: Zero to Mastery (use code FRIENDS10 for 10% off!) 🎉

In this Django Tutorial, we will be setting up CRUD functionality so users can create, read, update, and delete recipes. We'll make it so the logged in user is the author of the recipe. This is part 2 of 2 for CRUD. Let's get started...

In this Django tutorial series overall we will be using python to create a full stack web app. The purpose of this series will be to learn how to use Django to develop a full stack web application. Specifically we will be creating a Food Recipes app which will have CRUD features as well as user authentication.

Timestamps:
00:00 Intro
00:15 Update a recipe
02:00 Update view permissions
04:10 Deleting a recipe
07:48 Adding the links to the UI
11:39 Going over the features
12:34 Closing remarks - like & subscribe👍 :)

Django is the most popular framework for quickly building production-grade web apps with Python. That's why a lot of companies use it and are looking for developers with Django skills. If you know Python and are looking for a career in backend development, you must have Django on your resume. Or if you have an idea Django is a great framework to build an MVP.
Рекомендации по теме
Комментарии
Автор

I've followed quite a few various Python and Django videos, some were pretty good and some were a bit crap, but yours was awesome, so well explained - you didn't just go through the steps and expect everyone to copy, you actually talked us through and covered multiple features that can be copied for other sites like login and CRUD. Thanks again bro

benhyland
Автор

Thanks man, i followed along with your tutorial to create a project for my uni class. I just wanna say that you are a great teacher, and you approach where you explain everything step by step really helped me understand the entire process. Keep up the good work!

Frost
Автор

Thanks Dom. An excellent tutorial! I look forward to learning much more about Django.

carlosandresgonzalezlesmes
Автор

Very good playlist! Congrats! Only in the 9th, there was an Exception related to super and form_valid, but it was totally overcomed with mixins.Well done!

rhikeda
Автор

Great tutorial! Now I need to add a new feature, but I don't know how to do it. I would like to include a new field in any recipe that would be a new table of ingredients. Something like a nested table, so when you create a new recipe you can add as many ingredients as you want as items of a table with values "name of the ingredient", "units", "weight", "price"... for each item. Any suggestions?

rafaelromerovicente
Автор

everything is so good, but since the 10th video, people won't know about listview, detailview, ....

GoalsCity
Автор

pleaseeee can you help me in logout i have HTTP ERROR 405 how can i fix this

Sukii__