DJANGO – 21 FORM VALIDATION AND PREVENTING DUPLICATE DATABASE ENTRY

preview_player
Показать описание
This is part 21 in developing a computer inventory management system. In this video, you will learn how to validate forms and preventing duplicate database entries.

Disclaimer
The links in this description might be affiliate links and I may receive a small commission when you purchase these products or services at no additional cost to you. This will help me continue providing you with this free content. Thanks for supporting this channel.
Рекомендации по теме
Комментарии
Автор

Thank you so much! I have been scraping the crap out of google on ways to accomplish this, with little results. Your video really helped me out!

thysvanzyl
Автор

The steps and directives are very easy to follow. A great hands-on experience

ojammeh
Автор

Thank you, every post I found refered me to Django documentation, but I'm learning, so these steps helped me a lot.

alexandercarnicelli
Автор

Future minister of information. Keep it up my boss

malicksallah
Автор

I used this same method and now while trying to update the other fields of the model too, it says the model with the name already exists even if I don't want to change the name of that model

bibekpaudyal
Автор

how to did you display error in frontend ?

suniljokare
Автор

Good Job bro....it was well explained...keep going !!!

ayanusmani
Автор

Super helpful as usual! Any idea when you may get to adding charts rendering the data from the database?

andyb
Автор

Firstly, thank you for a great series of videos; I'm learning so much. One problem I've found with data validation is that it works well for adding new records, but if I edit an existing record I get the warning that the computer name already exists. I have looked carefully at your code and compared it with mine, but cannot see a difference that would explain this. Am I missing something? I am using Django version 3.0.3 and python 3.8.1

christopherbell