Django get data from database as JSON using jQuery Ajax

preview_player
Показать описание
To get data with AJAX as JSON in Django you will have to:
1. Create the HTML file
2. Populate data into your table
3. Add the get button
4. Add a div to collect the data
5. Add the required jQuery code to get data

Рекомендации по теме
Комментарии
Автор

Please can you make a video on sending post data? I’ve been trying to work with a sign up form using Ajax and Django but with the frontend not in the Django project directly, I’ve been getting errors

isegofficial