commit | 9d1b2c141004d6ebc03d87f21bf699af86834c18 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Oct 25 16:52:52 2017 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Oct 30 10:30:25 2017 -0700 |
tree | 8d16789997767a932a743e67ee2b69603df80465 | |
parent | fc0a4365f6c4788ead260b5473760be124d8f7d0 [diff] [blame] |
CORD-2184: Add Color and EmbeddedImage to exampleservice Change-Id: I5e0f934a116cb44749b0cf3a2408e9b459d1dfd2
diff --git a/xos/attic/header.py b/xos/attic/header.py index 3ee13a7..15d1329 100644 --- a/xos/attic/header.py +++ b/xos/attic/header.py
@@ -16,7 +16,7 @@ # models.py - ExampleService Models -from core.models import Service, TenantWithContainer +from core.models import Service, TenantWithContainer, XOSBase from django.db import transaction from django.db.models import *