Add missing import
This commit is contained in:
parent
2c300ffc01
commit
384e5bc4ec
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
import uuid
|
||||||
|
|
||||||
def getRandom():
|
def getRandom():
|
||||||
return str(uuid.uuid4().hex)
|
return str(uuid.uuid4().hex)
|
||||||
|
|
Loading…
Reference in a new issue