Excerpts from Don Zickus's message of 2017-05-10 17:16 -04:00:
> So I am guessing to convert the webpages to Flask, one has to go to
> each
> file (CSV_import_export.py for example) and convert it to use Flask
> decorators (@app.route("...") ) and then use Flask templates instead of the
> kid file
Dear Don,
On Tue, May 09, 2017 at 10:43:16PM -0400, Don Zickus wrote:
> Hi Dan,
>
> I was trying to poke through some of the server code and I was struggling to
> fall the flow of the code (lots of hidden magic with turbogears and
> cherrypy). Of course, with the turbogears->flask and cherrypy->
On Tue, May 09, 2017 at 10:43:16PM -0400, Don Zickus wrote:
> Hi Dan,
>
> I was trying to poke through some of the server code and I was struggling to
> fall the flow of the code (lots of hidden magic with turbogears and
> cherrypy). Of course, with the turbogears->flask and cherrypy->flask
> wra