Background I am trying to move business logic out from the controllers into their own services. Controller
I have found myself writing the same view over and over.It is basically this: def home_index(request):
I am currently making the switch from Django to Turbogears 2.1 and am running into some problems that I could not find the answers to in the Turbogears docs. If tg developers read this, let me tell yo