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