I\'m new to coding and django and I\'m struggling to find the solution to the following problem having reviewed the answers I\'ve found.
Im creating a search form wi
Use ajax to send the category and retrieve subcategory elements.
For the category, send it via get request, and using the orm return the subcategories in a json format which you can show using jQuery.