Replaced own country selection with django-countries package.

This commit is contained in:
2018-01-20 15:23:58 +01:00
parent 092ded8cd4
commit 8bb1733427
5 changed files with 16 additions and 14 deletions

View File

@@ -69,6 +69,7 @@ setup(
'django >= 1.11, < 2.0',
'django-extensions',
'django-bootstrap3',
'django-countries',
'django-datetime-widget',
],
extras_require={