From 07fdb7971ce3c7110b21c8ac7bb955c1688bf941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Thu, 16 Feb 2023 19:27:50 +0100 Subject: [PATCH] js: add xstatic select2 library (#74882) --- combo/settings.py | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) 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',