Instance model (for HA)

This commit is contained in:
Luke Sneeringer
2014-09-26 14:08:19 -05:00
parent b740faeccd
commit 072ab2118f
3 changed files with 20 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ from awx.main.models.inventory import *
from awx.main.models.jobs import *
from awx.main.models.schedules import *
from awx.main.models.activity_stream import *
from awx.main.models.ha import *
# Monkeypatch Django serializer to ignore django-taggit fields (which break
# the dumpdata command; see https://github.com/alex/django-taggit/issues/155).