Add missing import

This commit is contained in:
Kumi 2019-02-01 15:06:37 +00:00
parent 2c300ffc01
commit 384e5bc4ec

View file

@ -1,5 +1,6 @@
from django.db import models
from django.conf import settings
import uuid
def getRandom():
return str(uuid.uuid4().hex)