I have an handler in a Python page written following the guide lines of the Tornado web server. I would to bring this handler in an other page, always linked with the main python page of Tornado.
In that way can I create a new page so I can have a nice project and not an unique page of thousand of lines?
Thank you very much.
now all what i’ll do will inherit from this handler:
and in the url specs, you only precise the name of classes to bind them to urls.
and see, there is no BaseHandler in the url dictionnary!