The Python Oracle

What's the best way to store a phone number in Django models?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Life in a Drop

--

Chapters
00:00 Question
00:37 Accepted answer (Score 403)
02:47 Answer 2 (Score 65)
03:01 Answer 3 (Score 9)
03:22 Answer 4 (Score 8)
03:58 Thank you

--

Full question
https://stackoverflow.com/questions/1913...

Accepted answer links:
[E.164]: http://en.wikipedia.org/wiki/E.164
[recommended by Twilio for example]: https://www.twilio.com/help/faq/phone-nu...
[django-phonenumber-field]: https://github.com/stefanfoulis/django-p...
[jpotter6]: https://stackoverflow.com/users/1736429/...

Answer 2 links:
[django-phonenumber-field]: https://github.com/stefanfoulis/django-p...

Answer 3 links:
https://docs.djangoproject.com/en/1.7/to.../
[LocalFlavor]: https://pypi.org/project/django-localfla.../

Answer 4 links:
[image]: https://i.stack.imgur.com/aUbOf.png

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #python3x #django #djangoforms #djangovalidation

#avk47