Esempio n. 1
0
def MakeUID():
    return Utils.UIDMaker(settings.UID_PREFIX)
Esempio n. 2
0
def MakeNoPrefixUID():
    return Utils.UIDMaker()