1. Installation¶
Add
smart_selectsto yourINSTALLED_APPSAdd the
smart_selectsurls into your project’surls.py. This is needed for theChained SelectsandChained ManyToMany Selects. For example:urlpatterns = patterns('', url(r'^admin/', include(admin.site.urls)), url(r'^chaining/', include('smart_selects.urls')), )
You will also need to include jQuery in every page that includes a field from
smart_selects, or setJQUERY_URL = Truein your project’ssettings.py.