Skip to content

Instantly share code, notes, and snippets.

@mansha99
Created July 4, 2023 17:26
Show Gist options
  • Save mansha99/71d1b87bc2e1882d4e692b98f78f9f85 to your computer and use it in GitHub Desktop.
Save mansha99/71d1b87bc2e1882d4e692b98f78f9f85 to your computer and use it in GitHub Desktop.
notice_app/notices/serializers.py
class NoticeSerializer(serializers.ModelSerializer):
class Meta:
model = Notice
fields = ('__all__')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment