Skip to content

Instantly share code, notes, and snippets.

@CITGuru
Last active April 28, 2018 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CITGuru/d030210e74689cd0b041884165a97fb7 to your computer and use it in GitHub Desktop.
Save CITGuru/d030210e74689cd0b041884165a97fb7 to your computer and use it in GitHub Desktop.
class TicketSerializer(serializers.ModelSerializer):
class Meta:
model = Ticket
fields = ('id','title', 'ticket_id','user', 'content', 'category','created', 'modified')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment