def _syncdb():
    print "syncdb"
    sync = Command()
    sync.handle()
    print "done syncdb"    
示例#2
0
def _syncdb():
    sync = Command()
    sync.handle()