This is a minimal example to display erratic behavior of django-select2 in modal inline-forms in django-crud-adminlte
Install dependencies
In the repository folder, do
python -m venv env
source env/bin/activate
pip install -r requirements.txt
make droptables
make resetdatabase
make superusermake runservernavigate to