furious-luke / django-address

A Django address model and field. Addresses may be specified by address components or by performing an automatic Google Maps lookup.
BSD 3-Clause "New" or "Revised" License
430 stars 180 forks source link

Prefer django_countries.fields.CountryField instead of implement address.models.Country #187

Open kiraware opened 1 year ago

kiraware commented 1 year ago

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?