Perform GET, POST, PUT, and DELETE AJAX requests in Django with the Fetch API and jQuery.
Check out the post.
- 
Fork/Clone: 
- 
Run: $ python3.9 -m venv venv $ source venv/bin/activate (env)$ pip install -r requirements.txt (env)$ python manage.py migrate (env)$ python manage.py seed_db (env)$ python manage.py runserverNavigate to http://localhost:8000/. 
For the jQuery examples, use the
jquerybranch: https://github.com/testdrivenio/django-ajax-xhr/tree/jquery.
