from ..settings import *

INSTALLED_APPS = [
    *INSTALLED_APPS,
    "polymorphic.tests.errata",
]
