Introduce country-specific address validation (#2945)

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Raphael Michel
2022-12-05 12:42:46 +01:00
committed by GitHub
parent 6a8df75a9f
commit 04df1c2032
7 changed files with 467 additions and 21 deletions

View File

@@ -377,6 +377,7 @@ INSTALLED_APPS = [
'django_countries',
'hijack',
'oauth2_provider',
'localflavor',
'phonenumber_field'
]