mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
fix token creation
This commit is contained in:
@@ -26,8 +26,8 @@ from awx.main.models.workflow import * # noqa
|
||||
from awx.main.models.channels import * # noqa
|
||||
from awx.api.versioning import reverse
|
||||
from awx.main.models.oauth import * # noqa
|
||||
from oauth2_provider.models import Grant, RefreshToken # noqa -- needed django-oauth-toolkit model migrations
|
||||
|
||||
from oauth2_provider.models import Grant # noqa
|
||||
|
||||
|
||||
# Monkeypatch Django serializer to ignore django-taggit fields (which break
|
||||
|
||||
Reference in New Issue
Block a user