▶️ Watch Entire Money Making Playlist ✅ Subscribe To My RUclips Channel: bit.ly/2tEBTzg bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com Take $30 off with coupon code: youtube1
Thanks a lot, been working on Django for a couple months but your videos and projects made me better in Django and those are totally free! I appreciate it.
If i'm not wrong you're best backend developer.. Django very interested language so you can build book an appointment software you are talking about this... ❤️👍
@@Codemycom For the drop down menu for scheduling, is there a specific reason you did not end up doing the calendar view? I believe you mentioned maybe implementing it in a future video, but it seems like you opted against that.
I once had a root canal and looked up how to pull out a tooth with pliers. Extremely unwise, I should've looked up for john elder the best dentist in the world 😀
Sir when I'm clicking on book appointment button, the page is not redirecting to the page which displays Appointment Booked, rather it is loading the home page again and again. I've tried many times but the problem still persists. what should I do?
Hey heisenberg ,can I ask you dumb question?suppose I filled an appointment form and submit it then how receptionist gonna find or know about my details ? Should we have to create different route or what?
Sir 13:03 , when you used that 'your_schedule' variable to show up on your appointment , that method of passing variable value is not working in my project , it just won't display anything that's between {{}} . Please reply asap
@@CodemycomIt's a great video sir but like whatever details you are entering as your name. last name , time of appointment so do you have a model for that maintaining those details in the models.py file ?
Yes he didn't use any models for the database. This website has poor functionality I mean there is only one thing you can do: just sending emails by views.contact and views.appointment. That's all😁. Moving through the pages is done by javascript and the whole data in home page or other pages isn't set dynamically. It't just hardcoded in html files without any connection to database.
I have watched your send_mail video too but couldn't understand what is the use of it? We only need two emails one to send(host email to send message to a doctor) and one to receive(doctor email in the above case). We need client email to contact him and we get that via appointment mail to doctor. what is the use of that argument?
morning Sir ,are you up ?,Sir in this appointment page ,i have been trying to save the data into the data base instead of outputting it in the site it self .i have created the model for it and the the forms.py .infact i have set up all the step to save data into the data base. but when i want to login in the admin section to create or view data .i have an error " that the admin/home.html template thus not exist "
Hello John, can you make the dental Appointment with a calendar, where the user can book an appointment with the doctor, i mean, where i can select a day, an hour for my appointment, thanks, Saludos from Uruguay
@@Codemycom okay no problem I figured, just was seeing if there was something quick . Thanks for the reply ur courses are the best out there ! Helped me alot In my journey.
Teacher: I can't send the email. I get the error: SMTPSenderRefused at /contact.html (530, b'5.7.0 Must issue a STARTTLS command first. D74sm9933118qkc.106 - gsmtp ' I don't understand how this is arranged. If you could help me please. Regards.
I once had a root canal and looked up how to pull out a tooth with pliers. Extremely unwise, I should've looked up for john elder the best dentist in the world
Hello teacher , Thank you a lot . I am getting this error : from . import views File "C:\Users\User\Desktop\dentistsite\dentist\app\views.py", line 66 return render (request, 'appointment.html', { ^ SyntaxError: invalid syntax Here is the code: return render (request, 'appointment.html', { 'your_name': your_name, 'your_phone': your_phone, 'your_email': your_email, 'your_address': your_address, 'your_schedule': your_schedule, 'your_date': your_date, 'your_message': your_message, }) Could you please let me know what is wrong with my code ?
i succedded in sending the data to my email. it work i was very happy ,but i since yesterday i have been trying to submit the data to my email and to the data base but keep on getting template thus not exist at admin
I once had a root canal and looked up how to pull out a tooth with pliers. Extremely unwise, I should've looked up for john elder the best dentist in the world
▶️ Watch Entire Money Making Playlist ✅ Subscribe To My RUclips Channel:
bit.ly/2tEBTzg bit.ly/2IGzvOR
▶️ See More At: ✅ Join My Facebook Group:
Codemy.com bit.ly/2GFmOBz
▶️ Learn to Code at Codemy.com
Take $30 off with coupon code: youtube1
Thanks a lot, been working on Django for a couple months but your videos and projects made me better in Django and those are totally free! I appreciate it.
Glad you're getting a lot out of them!
If i'm not wrong you're best backend developer.. Django very interested language so you can build book an appointment software you are talking about this... ❤️👍
You put your soul in these videos and I appreciate you Walter.
Thanks! I appreciate you watching and smashing the thumbs up button! :-p
I really appreciate this!! You giving people opportunity!!
Welcome!
I am always excited once I see a new upload.
Obrigado
I'm Glad!
You're hard work will pay one day !
I hope so!! That's so much for watching!
i just now finished the tutorial and after 5 mins you lunched this vid
i'm very excited sir thank you so much
Glad you're excited...I try to publish a new video every week day.
Just found your videos, amazing content! Adding you to my rotation of tech tubers for sure. Keep up the great work!
Welcome aboard! Glad to have you!
@@Codemycom For the drop down menu for scheduling, is there a specific reason you did not end up doing the calendar view? I believe you mentioned maybe implementing it in a future video, but it seems like you opted against that.
You said you would show how to implement a date picker in the "book an appointment" section . I was unable to find any such video
I was waiting for it too
Thank you Walt. Keep up the good work.
Will do Jack :-p
Noted the slide show conatc us only one line is working , maybe for the first timers you can share slideshow process for dynamic slideshow
Sorry, no
I once had a root canal and looked up how to pull out a tooth with pliers. Extremely unwise, I should've looked up for john elder the best dentist in the world
😀
Sir when I'm clicking on book appointment button, the page is not redirecting to the page which displays
Appointment Booked, rather it is loading the home page again and again. I've tried many times but the problem still persists. what should I do?
is your redirection code in your view pointing to the home page?
No sir , it's pointing to the appointment.html page.
@@c0mplexeditz545 whats in appointment.html?
@@Codemycom sir, In the appointment.html, there's only an H1 tag stating "Appointment booked".
@@c0mplexeditz545 hm..
Hey heisenberg ,can I ask you dumb question?suppose I filled an appointment form and submit it then how receptionist gonna find or know about my details ? Should we have to create different route or what?
Continue watching the video, I explain it all...
Sir 13:03 , when you used that 'your_schedule' variable to show up on your appointment , that method of passing variable value is not working in my project , it just won't display anything that's between {{}} . Please reply asap
Then you did it wrong. Rewatch the video and look at your code to see what you did differently from the video.
Can we add a date picker instead of days of week.
Sure, if you know how..
What happens if I have the same appointment in the same time ?
Waiting for an answer
@@deequi77 u need to create a if statement which does not let the user make an appoitment if it already has an appoiment booked
Sir where is the data going?
Is it visible only at the front end or something is happening at the backend?
Sorry, I don't understand the question...doesn't this video answer that question exactly?
@@CodemycomIt's a great video sir but like whatever details you are entering as your name. last name , time of appointment so do you have a model for that maintaining those details in the models.py file ?
@@tripathi5174 No..watch the video, it explains it all completely.
@@Codemycom sure sir :p
Yes he didn't use any models for the database. This website has poor functionality I mean there is only one thing you can do: just sending emails by views.contact and views.appointment. That's all😁. Moving through the pages is done by javascript and the whole data in home page or other pages isn't set dynamically. It't just hardcoded in html files without any connection to database.
How would you handle it if there were 3 different forms on this page and you wanted the data to be saved to the database
I agreee with you.. But our teacher avoid 🥴
You again Rocked !
Thanks!
Sir..can i get its source code..now the template is not free??
Hey I am confused about the send_mail function. Why did you use your_email? What is it's use? I can't that email anywhere.
I have watched your send_mail video too but couldn't understand what is the use of it? We only need two emails one to send(host email to send message to a doctor) and one to receive(doctor email in the above case). We need client
email to contact him and we get that via appointment mail to doctor. what is the use of that argument?
@@aliazlanaziz you don't understand...I used my email because I want the message sent to me...if you want it sent to a dr, use the dr's email.
You are very helpful...
Glad to hear that
morning Sir ,are you up ?,Sir in this appointment page ,i have been trying to save the data into the data base instead of outputting it in the site it self .i have created the model for it and the the forms.py .infact i have set up all the step to save data into the data base. but when i want to login in the admin section to create or view data .i have an error " that the admin/home.html template thus not exist "
Without knowing what you did, I couldn't guess what's gone wrong.. you would never have anything in admin/ though so you did something weird..
Hello John, can you make the dental Appointment with a calendar, where the user can book an appointment with the doctor, i mean, where i can select a day, an hour for my appointment, thanks, Saludos from Uruguay
Sorry, I don't have any videos like that. This video is from 3 years ago...
@@Codemycomcan you upate this?
@@deequi77 no
i was wonder if the template we are working on ,thus support an admin section
The templates have nothing to do with the admin section. The admin section is in all django apps independently of the template.
Thank you soooooooooo much love you 3000times
Thanks!
Im trying to add a calender dropdown menu to "Choose your date" is there any way to go about that?
Sure...too complicated to discuss here tho
@@Codemycom okay no problem I figured, just was seeing if there was something quick . Thanks for the reply ur courses are the best out there ! Helped me alot In my journey.
Thanks. How about the day, like, Monday the 3rd of April or something like that? How we can achieve that one?
docs.python.org/3/library/datetime.html
Teacher: I can't send the email. I get the error: SMTPSenderRefused at /contact.html
(530, b'5.7.0 Must issue a STARTTLS command first. D74sm9933118qkc.106 - gsmtp '
I don't understand how this is arranged. If you could help me please. Regards.
Try googling your error
I once had a root canal and looked up how to pull out a tooth with pliers. Extremely unwise, I should've looked up for john elder the best dentist in the world
Ha! My dad actually IS a Dentist lol
Hello teacher , Thank you a lot .
I am getting this error : from . import views
File "C:\Users\User\Desktop\dentistsite\dentist\app\views.py", line 66
return render (request, 'appointment.html', {
^
SyntaxError: invalid syntax
Here is the code:
return render (request, 'appointment.html', {
'your_name': your_name,
'your_phone': your_phone,
'your_email': your_email,
'your_address': your_address,
'your_schedule': your_schedule,
'your_date': your_date,
'your_message': your_message,
})
Could you please let me know what is wrong with my code ?
There's an error on line 66 as the error message says...invalid syntax. Try removing the space after render
How to set limit in date field ?
i succedded in sending the data to my email. it work i was very happy ,but i since yesterday i have been trying to submit the data to my email and to the data base but keep on getting template thus not exist at admin
Your code shouldn't interact with admin...you have an error somewhere.
Hello and thank you very much for the informative videos, do you have a github repo of this project ? Thanks a lot !
github.com/flatplanet/dentistDjango
I bought a course on udemy I think it’s the same guy
Could be, I have a ton of videos on Udemy: bit.ly/2J01GHE
@@Codemycom So why did you upload it(dental website) on youtube?
@@jizzervirusreptikonski8756 What are you talking about?
@@Codemycom I mean you posted dental website course on udemy and youtube. Same course on both platforms
@@jizzervirusreptikonski8756 They're different
Dear sir how can i get other videos of this series
There's a link to the playlist pinned in the comments section right here.
thank you so much!
Thank you so much
You're very welcome!
thank you a lot for the video it's helped me
where we can find this template, please ??
You can see me download it from the website in the video (or one of the videos in the playlist)
@@Codemycom ok great thank you
I once had a root canal and looked up how to pull out a tooth with pliers. Extremely unwise, I should've looked up for john elder the best dentist in the world