Тёмный

Delete Items From The Database - Django Wednesdays #13 

Codemy.com
Подписаться 235 тыс.
Просмотров 28 тыс.
50% 1

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@Codemycom
@Codemycom 3 года назад
▶️ Watch Entire Django Wednesdays Playlist ✅ Subscribe To My RU-vid Channel: bit.ly/35Xo9jD bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/3sJpeV6
@theexpert8320
@theexpert8320 3 года назад
I liked from my all 2 accounts! ;)
@Codemycom
@Codemycom 3 года назад
Awesome, thanks!
@Seedseed
@Seedseed Год назад
you helped me so much, thank you!
@Codemycom
@Codemycom Год назад
Very welcome!
@jeanbertropaul5980
@jeanbertropaul5980 2 года назад
Good and excelent
@Codemycom
@Codemycom 2 года назад
Thanks!
@zeldr1s6
@zeldr1s6 2 года назад
And also, when I add a new event and delete an older event, the ID of the new event changes to a new ID. So when I click on delete, the ID on the url will be an older ID.
@Codemycom
@Codemycom 2 года назад
No that shouldn't be possible. What have you done differently from the videos?
@zeldr1s6
@zeldr1s6 2 года назад
If I delete an event, the venue of the event also deletes. Any help?
@edwin.niwaha
@edwin.niwaha Год назад
How to delete a file in a project directory when the model instance is deleted or updated in Django?
@vaibhavbijapur6037
@vaibhavbijapur6037 Год назад
Hey there, this might be late but i was wondering if there is any way to recover deleted data from models?
@Codemycom
@Codemycom Год назад
Not that I know of, but google it to be sure.
@687r45dfg
@687r45dfg Год назад
I want to delete or rather flush the whole database say every midnight, is there a way around it?
@Codemycom
@Codemycom Год назад
Sure, but I don't have any videos on that. You'd probably want to set up a cron job.
@abdullashafi580
@abdullashafi580 3 года назад
Hey there , what's about react with Django tutorial ?
@Codemycom
@Codemycom 3 года назад
I don't really use react much
@deki90to
@deki90to 3 года назад
@@Codemycom Ohh that is to bad, it's impossible to learn it from another youtubers
@nesrya-vw1yl
@nesrya-vw1yl 9 месяцев назад
How about in class base views?
@umeshpurohit5252
@umeshpurohit5252 3 года назад
Great Sir! Please sir, now cover how to create our own custom error pages(404, 500). Error pages with navbars and other stuff. Thanks for the video.
@Codemycom
@Codemycom 3 года назад
Noted
@edwin.niwaha
@edwin.niwaha Год назад
Thank you so much for sharing. Kindly share how to delete project files using the path stored in the database.
@Magizhine_vlog
@Magizhine_vlog 3 года назад
I won't delete the id ,at the same time I want active field is false like active is false means the id is deleted how to I do
@FutbolFilmFactory
@FutbolFilmFactory 3 года назад
Ik this has nothing to do with this video but what is the event for the arrow key in key board binding.
@Codemycom
@Codemycom 3 года назад
for what? lol
@b391i
@b391i 3 года назад
Thank you dude for the explanation 😁
@Codemycom
@Codemycom 3 года назад
Sure thing
@kenmasando684
@kenmasando684 2 года назад
Hello. I am a beginner in django and I have problem , when I try to delete an object from my database, the obj.delete() doesn’t work. I go to admin and there the still is
@Codemycom
@Codemycom 2 года назад
Check your code for errors
@Georgeggg82
@Georgeggg82 3 года назад
Maybe a noob question but is it safe to delete objects just by passing the Id to a view? I’ve stumbled across a few tutorials stressing the need to perform crud operations strictly via post requests using a csrf token.
@cyrildeshmukh7319
@cyrildeshmukh7319 3 года назад
you can add loginrequired decorator.. that way only a user can delete it..
@michaelagyo5975
@michaelagyo5975 2 года назад
is this method of deleting hard or soft
@briangreenberg153
@briangreenberg153 3 года назад
If you delete a venue, it appears that all events that use that venue will also be deleted. I was thinking that when we go to delete a venue that is used by one of more events, we should ask the user if he's sure he wants to delete venue because events associated with it will be deleted too. Am I missing something here?
@Codemycom
@Codemycom 3 года назад
Yeah that would probably be smart :-p though presumably if you want to delete a venue you want to do that SO that it's events will be deleted too...eventually we'll build in the ability to only allow the people who added a venue the ability to delete it
@rajeevchaudhary3126
@rajeevchaudhary3126 2 года назад
can we delete event without using any primary key by only name in the database?
@Codemycom
@Codemycom 2 года назад
No, what if more than one even have the same name? More than one event cannot have the same primary key.
@eduardjogi
@eduardjogi 3 года назад
Hi John, another great vid. I had a question: Is it possible to enter the link with the id in the address bar to delete a event/venue?
@Codemycom
@Codemycom 3 года назад
Sure
@DeepakPatil-mm4jc
@DeepakPatil-mm4jc 2 года назад
can you share a link of CRUD event project code
@Codemycom
@Codemycom 2 года назад
Not sure what you're referring to, but all my code is on github, links are usually in the pinned comment.
@tanwichakraborty5218
@tanwichakraborty5218 2 года назад
Can you tell me how to hide/delete the recent activity part from the interface?
@Codemycom
@Codemycom 2 года назад
What recent activity from what interface?
@BdyPhrk
@BdyPhrk 2 года назад
I just don't understand where the event.id in the button comes from
@rodiekozlovsky2415
@rodiekozlovsky2415 2 года назад
this is given by django for each unique instance.
@antimatyagi7384
@antimatyagi7384 2 года назад
amazing Video ......Thank you for all Video
@Codemycom
@Codemycom 2 года назад
Very Welcome!
@nagendranfriends3153
@nagendranfriends3153 3 года назад
Hi how to connect DJANGO database with Firebase and make real world application
@Codemycom
@Codemycom 3 года назад
I don't have any videos on that
@nagendranfriends3153
@nagendranfriends3153 3 года назад
@@Codemycom I am requesting to make a video on that . Please
@chrisr2063
@chrisr2063 2 года назад
Amazing. Love the repetition of the process. Really helps with catching on to the django flow.
@Codemycom
@Codemycom 2 года назад
Glad you liked it
@1nailsystem287
@1nailsystem287 2 года назад
will you make a video on how to save the db to mysql?
@Codemycom
@Codemycom 2 года назад
you don't save the db to mysql, you can use mysql as the database...pretty sure I have videos on that somewhere.
@ahgpy
@ahgpy 3 года назад
👏👏👏
@Codemycom
@Codemycom 3 года назад
Thanks!
Далее
Update and Edit Venues - Django Wednesdays #10
16:09
Просмотров 37 тыс.
Being Competent With Coding Is More Fun
11:13
Просмотров 82 тыс.
Django Update Image Deletion with Signals
21:07
Просмотров 1,5 тыс.
Django ORM | Foreign Key Deletion Constraints
18:53
Просмотров 7 тыс.
If __name__ == "__main__" for Python Developers
8:47
Просмотров 404 тыс.
How to do CRUD in Django
21:46
Просмотров 19 тыс.