Renames the module from ‘personalisation’ to ‘wagtail_personalisation’
This commit is contained in:
committed by
Michael van Tellingen
parent
5f1c52c93c
commit
ebde527ae9
@ -8,7 +8,7 @@ from freezegun import freeze_time
|
||||
from wagtail.wagtailcore.models import Site
|
||||
from wagtail_factories import SiteFactory
|
||||
|
||||
from personalisation import rules
|
||||
from wagtail_personalisation import rules
|
||||
|
||||
"""Time Rule tests"""
|
||||
@freeze_time("10:00:00")
|
||||
|
Reference in New Issue
Block a user