my data is not posting to django rest api using ajax – Jquery ajax
somehow my data is not posting to /api/recipe/recipes/ my html {% extends 'base.html' %} {% block content %} <!DOCTYPE html> <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Create a Recipe</title> </head> <body class=""> <form> {% csrf_token %} <br>…