Feedback on an article on this site
-
Not a pure Python question, but I didn't know where else to put it. Is there a topic or place to provide feedback or ask questions about specific articles posted on this site?
I am trying to learn Django and one of the articles here on Code Project has a great Django/MySQL/Bootstrap tutorial:
https://codeproject.com/articles/Django-3-Tutorial-CRUD-Example-with-MySQL-and-Boot
I worked through the tutorial, and it mostly worked and even updated the database!
At one point it had me create an empty file called contact-detail.html. However, unlike the other HTML files in the article, there was no content for that page, so the app isn't fully functional.
I have tried to find a similar article (there are LOTS of contact/CRUD articles out there) but none matched closely enough (with my zero knowledge of Django) to get it working.
Is there any way to get the article updated to include the content of the contact-detail.html file or, barring that, perhaps get a few hints on what might need to go into it?
Thanks in advance!
Jim