mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
skeleton user / group admin dialogs [WIP]
This commit is contained in:
parent
bf28a512c6
commit
c7b46ac861
21 changed files with 515 additions and 34 deletions
|
|
@ -38,7 +38,7 @@ class FaviconView(View):
|
|||
class UserViewSet(ModelViewSet):
|
||||
model = User
|
||||
|
||||
queryset = User.objects.order_by(Lower("username"))
|
||||
queryset = User.objects.exclude(username="consumer").order_by(Lower("username"))
|
||||
|
||||
serializer_class = UserSerializer
|
||||
pagination_class = StandardPagination
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue