js: add xstatic select2 library (#74882)
gitea/combo/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-02-16 19:27:50 +01:00
parent 9c9638f0f6
commit 07fdb7971c
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -170,6 +170,7 @@ setup(
'XStatic-Leaflet-MarkerCluster', 'XStatic-Leaflet-MarkerCluster',
'XStatic_OpenSans', 'XStatic_OpenSans',
'XStatic_roboto-fontface>=0.5.0.0', 'XStatic_roboto-fontface>=0.5.0.0',
'XStatic-Select2',
'eopayment>=1.60', 'eopayment>=1.60',
'python-dateutil', 'python-dateutil',
'djangorestframework>=3.3, <3.13', 'djangorestframework>=3.3, <3.13',