Hello, is it possible to implement conventional django url include like `path('ac/', include('autocomplete.urls')),` Or is there any specific reason to use the other way? Thanks!
Hello,
is it possible to implement conventional django url include like
path('ac/', include('autocomplete.urls')),Or is there any specific reason to use the other way?
Thanks!