Skip to content

Commit

Permalink
add more info about command
Browse files Browse the repository at this point in the history
Issue: AAH-2761
  • Loading branch information
jerabekjiri committed Nov 1, 2023
1 parent 7e7f008 commit 44989af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions galaxy_ng/app/api/ui/viewsets/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class RolesTagsViewSet(
):
"""
ViewSet for roles' tags within the system.
Tags can be populated manually by running `django-admin populate-role-tags`.
"""
queryset = LegacyRoleTag.objects.all()
serializer_class = LegacyRoleTagSerializer
Expand Down

0 comments on commit 44989af

Please sign in to comment.