#Example-CRUD for django_select2
This is a minimal example to display how to use select2 with generic update/create views.
Install dependencies
In the repository folder, do
python -m venv env
source env/bin/activate
pip install -r requirements.txt
make runserver
locate to