mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 21:01:54 +02:00
Can now add domains via manage API / UI
This commit is contained in:
parent
b69d9f221b
commit
ddffbeadfa
6 changed files with 90 additions and 5 deletions
|
@ -98,7 +98,10 @@ class ManageInvitationViewSet(
|
|||
|
||||
|
||||
class ManageDomainViewSet(
|
||||
mixins.ListModelMixin, mixins.RetrieveModelMixin, viewsets.GenericViewSet
|
||||
mixins.CreateModelMixin,
|
||||
mixins.ListModelMixin,
|
||||
mixins.RetrieveModelMixin,
|
||||
viewsets.GenericViewSet,
|
||||
):
|
||||
lookup_value_regex = r"[a-zA-Z0-9\-\.]+"
|
||||
queryset = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue