A tutorial web application using web.py and jQuery.
Updated for Python 3.7.x
main.py:
- updated
exceptsyntax; assigneto result ofExceptione.g.,Exception as e:instead ofException, ex: - use
e.argsore.messageinstead ofex.__str__()(depricated) toprint()abovementioned exception - use
inoperator instead ofhas_key()(depricated)
templates/ajaxdropdowns.html
- use doublequotes(") for
idattribute values onselectelements