3👍
I would personally stick to models.CharField()
, and then use a custom model method to convert it if need be, but there is a package that seems to do this more professionally called django-macaddress.
- [Django]-GET request with postman is working, but it does not work with python (HTTPSConnectionPool)
Source:stackexchange.com