Skip to content

Instantly share code, notes, and snippets.

@AphonicChaos
Last active February 29, 2016 20:43
Show Gist options
  • Save AphonicChaos/4baf2080c54005b3c47f to your computer and use it in GitHub Desktop.
Save AphonicChaos/4baf2080c54005b3c47f to your computer and use it in GitHub Desktop.
// GET /profile/edit/telephone/
var new_profile_unit = {
"fields": [
{
"name": "date_created",
"type": "DateTimeField"
},
{
"name": "date_updated",
"type": "DateTimeField"
},
{
"name": "description",
"type": "TextField"
},
{
"name": "display_text",
"type": "CharField"
},
{
"name": "id",
"type": "AutoField"
},
{
"name": "site_type",
"type": "CharField"
},
{
"name": "uri",
"type": "CharField"
},
{
"name": "uri_active",
"type": "BooleanField"
},
{
"name": "user",
"type": "ForeignKey"
}
],
"module": "website"
};
// GET /profile/view/edit?id=328638
var existing_profile_unit = {
"fields": {
"date_created": "2016-02-29T14:32:09Z",
"date_updated": "2016-02-29T14:32:09Z",
"family_name": "[u'BarFoo']",
"given_name": "[u'Foobar']",
"id": 328638,
"primary": true,
"user": "[email protected]"
},
"module": "name"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment