adds fact model

This commit is contained in:
Chris Meyers
2016-02-09 16:20:44 -05:00
parent bed6c666ae
commit 56b0da30f1
5 changed files with 92 additions and 0 deletions

View File

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