accounts.views package¶
Module contents¶
Django REST Framework
ViewSets
for the accounts
package.
Submodules¶
accounts.views.group module¶
Definition of the GroupViewSet
class.
accounts.views.laboratory module¶
Definition of the LaboratoryViewSet
class.
-
class
accounts.views.laboratory.
LaboratoryViewSet
(**kwargs)¶ Bases:
pylabber.views.defaults.DefaultsMixin
,rest_framework.viewsets.ModelViewSet
API endpoint that allows
Laboratory
instances to be viewed or edited.-
serializer_class
¶ alias of
accounts.serializers.laboratory.LaboratorySerializer
-
queryset
= <QuerySet []>¶
-
accounts.views.profile module¶
Definition of the ProfileViewSet
class.
accounts.views.user module¶
Definition of the UserViewSet
class.