예제 #1
0
def get_admin_slug():
    return get_random_string(length=ADMIN_SLUG_LENGTH)
예제 #2
0
파일: models.py 프로젝트: alphabits/stingy
def get_admin_slug():
    return get_random_string(length=ADMIN_SLUG_LENGTH)
예제 #3
0
def get_event_slug():
    return get_random_string(length=EVENT_SLUG_LENGTH)
예제 #4
0
파일: models.py 프로젝트: alphabits/stingy
def get_event_slug():
    return get_random_string(length=EVENT_SLUG_LENGTH)