remove customer manager again for now
This commit is contained in:
@@ -8,6 +8,7 @@ from tests.site.pages import models
|
||||
|
||||
|
||||
class ContentPageFactory(PageFactory):
|
||||
parent = None
|
||||
title = 'Test page'
|
||||
slug = factory.LazyAttribute(lambda obj: slugify(obj.title))
|
||||
|
||||
|
Reference in New Issue
Block a user