feat(people): Add nationality and residence fields

See #1
This commit is contained in:
James Graham
2020-02-25 08:38:30 +00:00
parent abcfd67f77
commit 9210636475
6 changed files with 80 additions and 7 deletions

View File

@@ -68,6 +68,8 @@ THIRD_PARTY_APPS = [
'bootstrap4',
'constance',
'constance.backends.database',
'django_countries',
'django_select2',
]
FIRST_PARTY_APPS = [