On Dec 21, 2017 09:58, Tim Cordsen via Tutor <tutor@python.org> wrote: > > Hello everybody, > I am doing a python online class and I am lost. The "teacher" is a little > chaotic and doesn't provide his code, so everyone must type on their own. > > Now the class reached a point where I am lost. It is about doing a simple > web frontend with a form and saving the data of the form to mongodb. > > I have the form, but can't see the result in the console. Also there is > nothing in mongodb after submitting. > > Is anybody willing to check my code and tell me where is my mistake? > > I am quite new to python, but not new to programming. I am > mainframe-Cobol-programmer, so the basics of programming are known by me.
What framework are you using? Can you post the code of your web template, your view function, your form and your model? Have you tried using the pdb debugger (import pdb;pdb.set_trace())? _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor