Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
f553facdf3eef2c348910f4ce02765360a3739be
/
.
/
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
];
}