forked from uncloud/uncloud
Fix python errors on latest hack commits => make runserver happy again
This commit is contained in:
parent
aa59b05a2d
commit
06ab21c577
13 changed files with 121 additions and 107 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from django.contrib.auth import get_user_model
|
||||
|
||||
from rest_framework import serializers
|
||||
from .models import VMHost, VMProduct
|
||||
from .models import VMHost, VMProduct, VMSnapshotProduct
|
||||
|
||||
class VMHostSerializer(serializers.HyperlinkedModelSerializer):
|
||||
class Meta:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue