j
k
j a
j l
On 03/14/2012 05:46 PM, Lusana Ali wrote:
class Main(Resource): def get_child(self, name, request): print "trying to get main" return IndexPage()
class Main(Resource):
def get_child(self, name, request): print "trying to get main" return IndexPage()
Try changing get_child to getChild. --Enrique
Back to the thread
Back to the list