diadia

興味があることをやってみる。自分のメモを残しておきます。

電話番号に最適なDjangoのフィールドは何か

 

https://stackoverflow.com/questions/19130942/whats-the-best-way-to-store-phone-number-in-django-models

どうやらライブラリがあり、それを利用するのが良いようだ。使い方を随時まとめておく。

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

インストール方法

pip install django-phonenumber-field
pip install phonenumbers