Skip to content

Django SelectJS - A replacement for the Select2 that uses plain HTML and Javascript

License

Notifications You must be signed in to change notification settings

caltechads/django-selectjs

Repository files navigation

Django SelectJS

A replacement for Select2 that uses plain HTML and Javascript

Quick start

Modify settings.py

INSTALLED_APPS = [
    ...
    'selectjs',
    ...
]

About

Django SelectJS - A replacement for the Select2 that uses plain HTML and Javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published