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

@@ -9,6 +9,7 @@ BASE_SHARE_DIR = os.path.join(BASE_DIR, 'common')
INSTALLED_APPS += [
'bootstrap3',
'datetimewidget',
'django_countries',
'django_extensions',
# Our main app
'dav_events',