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