Skip to content

Instantly share code, notes, and snippets.

@guyjacks
Last active October 19, 2017 00:21
Show Gist options
  • Select an option

  • Save guyjacks/ec1d6d2b2a56c23a750c961e3e1d7161 to your computer and use it in GitHub Desktop.

Select an option

Save guyjacks/ec1d6d2b2a56c23a750c961e3e1d7161 to your computer and use it in GitHub Desktop.
class Message (models.Model):
title = models.CharField()
body = models.CharField()
image = models.HStoreField({'filename': 'filename val', 'alt': 'alt val'})
action = models.HStoreField({'id': 'id_val', 'label': 'label val'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment