예제 #1
0
def MakeUID():
    return Utils.UIDMaker(settings.UID_PREFIX)
예제 #2
0
def MakeNoPrefixUID():
    return Utils.UIDMaker()