In this video, we'll dive into some best practices for handling phone numbers in Django, using the django-phonenumberfield package.
We'll look at using phone number fields within Django models and Django forms, and will analyze the settings that can be used with this package.
📌 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀:
00:00 Intro
01:10 Setup
01:51 PhoneNumberField with Django Models
05:34 PhoneNumberField with Django Forms
11:05 PhoneNumberField Settings
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying me a coffee here:
https://ko-fi.com/bugbytes
▶️ Full Playlist:
• Django Primers
𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:
📖 Blog: https://www.bugbytes.io/posts/
👾 Github: https://github.com/bugbytes-io/
🐦 Twitter: / bugbytesio
📚 𝗙𝘂𝗿𝘁𝗵𝗲𝗿 𝗿𝗲𝗮𝗱𝗶𝗻𝗴 𝗮𝗻𝗱 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:
Django PhoneNumberField: https://pypi.org/project/django-phone...
E.164 Format: https://en.wikipedia.org/wiki/E.164
#django #python