[Beaker-devel] Re: Poking at removing cherrypy

2017-05-10 Thread Dan Callaghan
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

[Beaker-devel] Re: Poking at removing cherrypy

2017-05-10 Thread RĂ³man Joost
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->

[Beaker-devel] Re: Poking at removing cherrypy

2017-05-10 Thread Don Zickus
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