8

remove customer manager again for now

This commit is contained in:
Paul J Stevens
2018-05-26 14:35:47 +02:00
parent c8fe62d2b1
commit 12f110d913
5 changed files with 14 additions and 18 deletions

View File

@@ -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))