create initial models and mobile test for mojtaba eshaghi
This commit is contained in:
8
apps/core/serializers.py
Normal file
8
apps/core/serializers.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from apps.core.models import MobileTest
|
||||
from rest_framework import serializers
|
||||
|
||||
|
||||
class MobileTestSerializer(serializers.ModelSerializer):
|
||||
class Meta:
|
||||
model = MobileTest
|
||||
fields = '__all__'
|
||||
Reference in New Issue
Block a user