Skip to content

Commit

Permalink
Added doc string for the view
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSychev2005 committed Oct 12, 2024
1 parent e8cfbee commit 28a647a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BackEnd/administration/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ def get(self, request):


class CreateAdminUserView(CreateAPIView):
"""
View for creating an admin user.
"""
permission_classes = [
IsSuperUser,
]
Expand Down

0 comments on commit 28a647a

Please sign in to comment.