I'm trying to use my site which was formerly running Flask to use the Nikola static site builder. Everything seems to be working except when I try to access a page on the site, I get a wsgi import error. I modified the wsgi file (via Web console) and commented out all active code. The pages to be served are at /static/ which (I believe) should not go through wsgi (???). I still get an error on the wsgi line (commented out) containing an import from the old days.
The question is, do I need wsgi at all or can I disable it? How?
Thanks, --Don