Disclaimer: I am new to python but have coded in Drupal where I used ajax, jquery, json
I need to create a simple web app front-end (using jquery, AJAX, css) for my python backend. I successfully followed the instructions on this stackoverflow question page, but the WSGI-served html refuses to load my html's stylesheets and jquery.js. In the previously mentioned link, S.Lott wrote, "The demo_app is relatively easy to write; it handles your Ajax requests." I (believe that I) understand the demo_app and much of his "WSGI implementation," but obviously not enough. I'm happy to research the answer but need a nudge in the right direction. Thanks!