mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
Initial RBAC field and model definitions
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user