Skip to content

Commit

Permalink
Rebase conflict resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Feb 1, 2024
1 parent 858bf73 commit 9565674
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion test_app/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.contrib.auth.admin import UserAdmin
from django.contrib.auth.models import Group

from test_app.models import EncryptionModel, Organization, Team, User, CollectionImport, ExampleEvent, InstanceGroup, Inventory, Namespace
from test_app.models import CollectionImport, EncryptionModel, ExampleEvent, InstanceGroup, Inventory, Namespace, Organization, Team, User

admin.site.register(EncryptionModel)
admin.site.register(Organization)
Expand Down
17 changes: 0 additions & 17 deletions test_app/migrations/0003_remove_organization_users.py

This file was deleted.

2 changes: 1 addition & 1 deletion test_app/views.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from rest_framework import permissions
from rest_framework.decorators import action
from rest_framework.response import Response
from rest_framework.routers import SimpleRouter
from rest_framework.viewsets import ModelViewSet
from rest_framework.response import Response

from ansible_base.rbac.api.permissions import AnsibleBaseObjectPermissions
from test_app.models import User
Expand Down

0 comments on commit 9565674

Please sign in to comment.