Hi, I am Joseph George, a student of Christ University. This video serves as a guide for deploying Django administration application and Add/delete/edit information in it. The video also touches on certain Python shell commands. In the final segment of the video, I have shown how to create a user Input HTML form that records the information and sends it to our Django database. I apologize for the pauses and errors in the video. Thank you so much!!
Quick note:
18:12 DateField() and TimeField() are not user defined modules.
19:17 You may add more field attributes by concatenating them as they all are strings. So here in this example, it would be return self.Customer_Name+" " +self.Movie for Customer name,movie format