Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
f628f40f307d3f16508b7b9d75d4ae39ec84a910
/
.
/
lib
/
xos-genx
/
tests
/
xproto
/
skip_django.xproto
blob: 8dd1039e2476df86576c590bac60eac578376223 [
file
] [
log
] [
blame
]
message
User
(
AbstractBaseUser
,
PlModelMixIn
)
{
option skip_django
=
True
;
required
string
email
=
1
[
db_index
=
True
,
max_length
=
255
,
null
=
False
,
blank
=
False
];
}