Thank you sir! Excellent video! But I am facing an issue. Once I insert the user info and click the registration button, I do not redirect in the index page. But the user addition in the user table is done properly.
Soo helpful, Thanks a lot!! Also, while creating variables and using post method, the following syntax worked for me instead of what you have specified : var_name = request.POST.get('orgName',False) --where false is the default value
Great presentation and easy to catch up the key points. Thanks sir for your effort to teach us online...
This is truly the video I spent 3 hours trying to find.
Thanks for This Tutorial
You're welcome....do tell me if you require video on any other topic
Thankyou so much sir .Best Channel for Django . sir please upload video how to check authentication using login form
I will try my best
Superb sir
Can pls explain signin if uname and pw is valid then redirect to other page
great video thank you. Please do part 2
Thank you sir, found it helpful
Thank You
can you please share the part 2 video of crud operations in django?
Where is part 2 😢
Thank you sir! Excellent video! But I am facing an issue. Once I insert the user info and click the registration button, I do not redirect in the index page. But the user addition in the user table is done properly.
Thanks lot of actual explanation 😊
I have a doubt if host this it will work we can see the datas perform update delete add
When are u going to upload the next videos?
Very soon
@@TechlearnersbyNeerajSaxena ok, please do the needful
Still waiting.. second part for update and delete?@@TechlearnersbyNeerajSaxena
Very helpful video thank you 👍
Welcome and thanks for appreciation
Perfect video
Glad you think so!
Soo helpful, Thanks a lot!!
Also, while creating variables and using post method, the following syntax worked for me instead of what you have specified :
var_name = request.POST.get('orgName',False) --where false is the default value
Where to put this ??
Thank you sir. But where is part 2?
Check for all parts on my channel playlist
Can you please share that text file's path? It will be really helpful.
thanks you sir
Sir, how can a new column be added to MySQL through Django?
1 Add column in models..py
2 migrate using ahell
@@TechlearnersbyNeerajSaxena sir when I try to migrate it shows error
Mysql> show tables;
(Then it is showing)
Empty set(0.00 sec)
write command:-create table table_name
Follow each step carefully...use make migration and migrate to create table
My table was not created in SQL...it was showing empty table
I hv same issue.smbd please help
Check migration and make migration steps....if there are any error in terminal then tell me
Hi sir can you please teach how to login
2nd part???
Can you share this notepad file , it will helpful in future while making another project
You can take a snap from video
what is index.html and navbar.html not shown
Please Share this notepad file
You can take snap from video