Ejemplo n.º 1
0
def get_admin_slug():
    return get_random_string(length=ADMIN_SLUG_LENGTH)
Ejemplo n.º 2
0
def get_admin_slug():
    return get_random_string(length=ADMIN_SLUG_LENGTH)
Ejemplo n.º 3
0
def get_event_slug():
    return get_random_string(length=EVENT_SLUG_LENGTH)
Ejemplo n.º 4
0
def get_event_slug():
    return get_random_string(length=EVENT_SLUG_LENGTH)