Cannot get Django ModelForm to display neither connect custom HTML form to database
I am currently creating a Django app that is a rental apartments homepage. It is supposed to have a booking form connected to a database. However I can’t get the form from forms.py to be displayed on my bookings.html page. I’d appreciate help tons as I have no idea which detail I am missing.
My form doesn’t return any errors in Django
I am a Django developer, and I am trying to put two forms in one HTML file(register and login forms), but when I write an invalid input into them, they don’t return any errors.
My form doesn’t return any error in django
I am a Django developer and I am trying two put two forms in one html file(register and login forms), but when I write an invalid input into them, they didn’t return any error.
views.py