Add this step we finish the basic crud functions of our web application by adding views to update and delete documents on database and creating the necessary jinja2 templates for it.
Continue reading “Pyramid 04: Edit (update) and delete items from database”Pyramid 04: Edit (update) and delete items from database
At this step we add functions to edit and delete items from our web application.