Skip to content

Instantly share code, notes, and snippets.

@saadullahaleem
Last active December 1, 2018 14:09
Show Gist options
  • Save saadullahaleem/ddcf31df0b81df00f64d595d5e7fdee8 to your computer and use it in GitHub Desktop.
Save saadullahaleem/ddcf31df0b81df00f64d595d5e7fdee8 to your computer and use it in GitHub Desktop.
class Employee(models.Model):
bio_short = models.CharField(max_length=256)
bio_long = models.TextField()
work_experience = JSONSchemaField(
schema='schemas/jsonschema.example.json', default=dict, blank=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment