slugify moved to lib

This commit is contained in:
Martin
2016-07-15 16:57:43 +02:00
parent e8f79ae3ef
commit 7d241e2d2c
7 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from api import db
from api.helpers import slugify
from api.lib.slugify import slugify
class Designer(db.Model):