Hello there! django-address use it's own implementation for Country models, i think use CountryField from django-countries package is a better choice instead of implementing our own. django-countries already implement everything required like forms, serializers, GraphQL, country code, etc. What do you think about this?
Hello there! django-address use it's own implementation for Country models, i think use CountryField from django-countries package is a better choice instead of implementing our own. django-countries already implement everything required like forms, serializers, GraphQL, country code, etc. What do you think about this?