client/src/store/userRecord.js
author ymh <ymh.work@gmail.com>
Tue, 01 Aug 2017 12:20:14 +0200
changeset 132 906a6c7c7943
parent 67 9206af01f5e5
child 168 ea92f4fe783d
permissions -rw-r--r--
add group to sync + create groups + various component cleaning

import Immutable from 'immutable';

export default Immutable.Record({
  pk: '',
  username: '',

  email: '',
  first_name: '',
  last_name: '',
  default_group: null,

}, 'User');