diff --git a/combo/settings.py b/combo/settings.py index 5a7874cb..eb72cc8b 100644 --- a/combo/settings.py +++ b/combo/settings.py @@ -85,6 +85,7 @@ INSTALLED_APPS = ( 'xstatic.pkg.leaflet_markercluster', 'xstatic.pkg.leaflet_gesturehandling', 'publik_django_templatetags', + 'xstatic.pkg.select2', ) MIDDLEWARE = ( diff --git a/setup.py b/setup.py index f46dc235..abf9894c 100644 --- a/setup.py +++ b/setup.py @@ -170,6 +170,7 @@ setup( 'XStatic-Leaflet-MarkerCluster', 'XStatic_OpenSans', 'XStatic_roboto-fontface>=0.5.0.0', + 'XStatic-Select2', 'eopayment>=1.60', 'python-dateutil', 'djangorestframework>=3.3, <3.13',