Skip to content

Instantly share code, notes, and snippets.

@godd0t
Last active July 19, 2022 17:20
Show Gist options
  • Save godd0t/1e7690be4529a2d18cc956ddd5957cb9 to your computer and use it in GitHub Desktop.
Save godd0t/1e7690be4529a2d18cc956ddd5957cb9 to your computer and use it in GitHub Desktop.
from django.core import serializers
data = serializers.serialize("json", SomeModel.objects.all())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment