'How to change django model.py PhoneNumberField format?

I would like to change the django PhoneNumberField() to take the following format 0712345678 instead of +14151234567

models.py

contact_number = PhoneNumberField()


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source