Urls¶
This module contains urls for retrieving choice data and making lazy loading a possibility.
To use lazy loaded widgets include this module in your urlpatterns:
urlpatterns = [
...
path('cooking/', include('dj_ingredient_field.urls')),
]
- dj_ingredient_field.urls.app_name = 'dj_ingredient_field'¶
The app name for include() to work without an app name argument
- dj_ingredient_field.urls.urlpatterns = [<URLPattern 'ingredients/' [name='ingredients']>]¶
The available endpoints