mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2024-11-17 14:39:25 +08:00
4 lines
116 B
Python
4 lines
116 B
Python
|
from django.contrib.auth.models import User
|
||
|
from rest_framework import serializers
|
||
|
from notes.models import Note
|