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