js: add xstatic select2 library (#74882) #56

Merged
csechet merged 1 commits from wip/74882-ajouter-select2 into main 2023-03-01 15:17:16 +01:00
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ INSTALLED_APPS = (
'xstatic.pkg.leaflet_markercluster',
'xstatic.pkg.leaflet_gesturehandling',
'publik_django_templatetags',
'xstatic.pkg.select2',
)
MIDDLEWARE = (

View File

@ -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',