[django] What's the best way to store Phone number in Django models

Use django-phonenumber-field: https://github.com/stefanfoulis/django-phonenumber-field

pip install django-phonenumber-field