Django 4.x ORM Course | Introducing Django models

preview_player
Показать описание
The Django 4.x ORM course providers learners with a complete overview of the Django Framework ORM (Object–relational mapping) through applied learning. In this course you’ll learn about the features of the Django ORM and SQL. By better understanding features of the Django ORM, you will learn how to interact with databases from within a Django project, like you would with SQL. You will learn how to administrate tables and perform common Create, Return, Update and Delete (CRUD) operations through the Django ORM.

Udemy Course Link: Django 4.x ORM Mastery
===================

YouTube Playlist
===================

Codebase-0 Setup Guide (Download and Start):
===================

Codebase-0 Setup Guide (Step-by-Step):
===================

Github Code Repository - Codebase-0
===================
Рекомендации по теме
Комментарии
Автор

can you make a video about how django is and swat analysis or how django is compatible, thank you

ahmetmerkit
Автор

I'm getting on like a house on fire with Django ORM except I'm struggling with how to manage multiple images for products. I've got something that works but it's a really inconvenient, clunky solution. So I just make an image album model with an image and a foreign key to the product and then add a many to many relationship to it in my product model.

Such a chore... I have to go into the album section of admin, add an image, find the product, go back to the product section, pick it from a list kilometres long... Then I add another filter in my views with the product slug searching the album. Horrible solution. I just want the user to go into the product page in admin and upload many images. There must be a better way of doing it. At least if it automatically paired the album to the corresponding product that would be something.

Does you course explain this?

davidmurphy