NextCloud Integration
This commit is contained in:
parent
02ad7a9441
commit
5f4b10cb82
113 changed files with 18992 additions and 235 deletions
8
nextcloud/serializers.py
Normal file
8
nextcloud/serializers.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from rest_framework import serializers
|
||||
|
||||
from .models import *
|
||||
|
||||
class VMMachineSerializer(serializers.ModelSerializer):
|
||||
class Meta:
|
||||
model = VMMachine
|
||||
fields = '__all__'
|
||||
Loading…
Add table
Add a link
Reference in a new issue