AndrewNickComplex / fastfastjob.me

A Gig job web application built with django and bootstrap
https://fastfastjob.me
GNU General Public License v3.0
0 stars 0 forks source link

Phone numbers package in model not working #11

Closed andrewsiah closed 3 years ago

andrewsiah commented 3 years ago

Either we use a DIY model, or fix this package

Prefer the latter, as former is harder because

  1. International Phone numbers are different than just Malaysia
  2. Takes a lot of effort to verify outside of database
andrewsiah commented 3 years ago

Done, used another package instead, which works as tested https://pypi.org/project/django-phone-field/