Back to questions
Whenever I render a view, the error
encoding without a string argument
is being thrown. This is my controller method: def show(self, Application): view('welcome', {'app': Application})
def show(self, Application): view('welcome', {'app': Application})