Initial RBAC field and model definitions

This commit is contained in:
Akita Noek
2016-01-27 10:42:45 -05:00
parent 6d71fe49f2
commit 00619b7e36
3 changed files with 277 additions and 1 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.rbac import * # noqa
# Monkeypatch Django serializer to ignore django-taggit fields (which break
# the dumpdata command; see https://github.com/alex/django-taggit/issues/155).