14 | CRUD operations on User model using Django Form | by Hardik Patel

  Рет қаралды 18,402

Hardik Patel

Hardik Patel

Күн бұрын

Пікірлер: 24
@ramasaputra6205
@ramasaputra6205 2 жыл бұрын
Bro your tutorial are amazing!! you helped me alot and your way of coding it is so easy to understand!
@Magistrado1914
@Magistrado1914 4 жыл бұрын
Excellent course 02/10/2020
@puteri8
@puteri8 5 жыл бұрын
thank you. it helped me
@rogvids
@rogvids 6 жыл бұрын
Great video. It will be good if you make a video on extending user using onetoone field(which you already uploaded) and create signup process using userform and profile form in a single view.
@krishnakumarjangid6148
@krishnakumarjangid6148 5 жыл бұрын
hello sir in forms.py how we will generate the form if i have 3 dropdown list for Country State City and state and city are depended on country means i m using ajax to fetch state and city then how will i do this please provide me some reference thanks
@karthikeyanrajendran6004
@karthikeyanrajendran6004 5 жыл бұрын
Your videos are awesome.. understanding easily... Thanks..! can you make a video to use webcam in django to take a snap and store it into folder??
@sanjaygd3310
@sanjaygd3310 5 жыл бұрын
Sir when I try to delete user the following error is occurring : 'str' object is not callable. Can you please help me with this?
@jehanjoshi1750
@jehanjoshi1750 5 жыл бұрын
could you please put up an example where we can perform the add user via the admin portal in django ? I currently extended the User model to include the profile I can associate a profile to an already created user in Django admin but can't add a new user through the django admin.
@wallawalla4405
@wallawalla4405 5 жыл бұрын
how to add custom button or action in django admin panel to view single blog or template ?
@ankurparmar4259
@ankurparmar4259 6 жыл бұрын
'WSGIRequest' object has no attribute 'UserForm' when i am summitting employee form then showing mention Error..
@varshikagurudu4306
@varshikagurudu4306 6 жыл бұрын
hi sir, i need to send email to multiple admins when a user is created and if admin activates the user then user get the activation mail...how to write code.... just tried superusers = User.objects.filter(is_superuser=True) superusers_emails = User.objects.filter(is_superuser=True).values_list('email')
@varshikagurudu4306
@varshikagurudu4306 6 жыл бұрын
@@HardikPatelN how do I write code to send email to multiple admins
@varshikagurudu4306
@varshikagurudu4306 6 жыл бұрын
@@HardikPatelN and also please do a video on dynamic forms
@arunjose1596
@arunjose1596 5 жыл бұрын
Getting a 'str' object is not callable error while performing the user.delete()
@paulajakaye719
@paulajakaye719 6 жыл бұрын
please can you upload this particular video on github and share the link
@ashikurrahman8874
@ashikurrahman8874 6 жыл бұрын
return u, where u is return.which one is accept u.
@anjumkhan57
@anjumkhan57 5 жыл бұрын
sir can you show employee details .html page
@jiminaaa1993
@jiminaaa1993 6 жыл бұрын
Sir very nice tutorial video but very difficult to follow you. You are not showing your code fully, many files code you didn't show. Please show all codes so that everybody can follow you. Good project for understanding the django and python.
@ashikurrahman8874
@ashikurrahman8874 6 жыл бұрын
what is difference between super.save() or super().save()
@ashikurrahman8874
@ashikurrahman8874 6 жыл бұрын
@@HardikPatelN one more question which is below
@ashikurrahman8874
@ashikurrahman8874 6 жыл бұрын
u=super().save(),how u is object of userobject?
@ashikurrahman8874
@ashikurrahman8874 6 жыл бұрын
which is parent class user or forms.modelform?
@fonsecafmco
@fonsecafmco 6 жыл бұрын
Thank you in advance for your work. It is excellent! I have a question, whenever I create a user, the something it's wrong with password. I can see that in Django admin. It says: " Invalid password format or unknown hashing algorithm." Any idea what is wrong? Thank you!
15 | Login, Logout using Django Authentication | by Hardik Patel
18:37
Understanding Django Static Files
29:06
Jarad Python
Рет қаралды 23 М.
Learn the Basics of Django Signals
22:37
Matt Freire
Рет қаралды 50 М.
Everything’s Gonna Be Fine!
7:59
TechLinked
Рет қаралды 99 М.
Docker Для Начинающих за 1 Час | Docker с Нуля
52:43
28 | How to work with ImageField in Django | By Hardik Patel
20:16
Hardik Patel
Рет қаралды 23 М.