1. Installation¶
- install this package as usual, using
python setup.py install,pip install django-easy-select2or download sources and install to your python path. - add
easy_select2toINSTALLED_APPSin your settings.py - Use
python manage.py collectstaticor manually copy easy_select2’s static directory to your project’s static directory (if you serve your static with nginx, for example). - Modify your admin.py.
- Check out admin in browser.