Validate and store VAT Information Exchange System (VIES) data in Django. Current version 6.3.0, requires Python >=3.10 and Django >=4.2. Active maintenance.
pip install django-viesVerified import paths — ran on the pinned version, not inferred.
Add a VIES-validated VAT field to a Django model.
Change imports: from django_vies.models import VATINField (not VATINModelField)
Set blank=True, null=True to allow empty VAT numbers; handle validation asynchronously if needed.
Upgrade to v6 and ensure no custom SOAP backend configuration.