Need to import uuid4 for generate_slug to totally work
This commit is contained in:
parent
66d9f1b2a0
commit
72bb46c7c8
@ -27,6 +27,8 @@ These functions now live here and get "mixed in" into the
|
||||
real objects.
|
||||
"""
|
||||
|
||||
from uuid import uuid4
|
||||
|
||||
from werkzeug.utils import cached_property
|
||||
|
||||
from mediagoblin import mg_globals
|
||||
|
Loading…
x
Reference in New Issue
Block a user