2010-04-15 21 views

Répondre

8

je partirais avec UUID

from uuid import uuid4 
def new_user_id(): 
    return uuid4().hex