Django with AJAX update
- 1 minWhen I was developing Django application, I need a feature that doesn’t require browser to refresh. Therefore, one way to achieve this feature is to use AJAX. When developing Django application, I think I wrote a sample code here for future reference.
Reference
How to work with AJAX request with Django