7

adds referral to the admin and isorts imports

This commit is contained in:
Boris Besemer
2016-11-08 10:52:06 +01:00
parent 5e06baeee2
commit 9956d5595a
11 changed files with 36 additions and 16 deletions

View File

@ -1,4 +1,5 @@
from personalisation.models import Segment, AbstractBaseRule
from personalisation.models import AbstractBaseRule, Segment
class SegmentMiddleware(object):
"""Middleware for testing and putting a user in a segment"""