Changes between Version 57 and Version 58 of AJAX
- Timestamp:
- Feb 16, 2019, 8:36:11 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAX
v57 v58 4 4 5 5 == Libraries == 6 === Web APIs===6 === APIs === 7 7 * Django REST Framework: https://www.django-rest-framework.org/ ([https://www.reddit.com/r/django/comments/3h9oj8/_/cu5pzu9/ features]) 8 8 * Fast and easy to use AJAX libraries for Django projects: http://yceruto.github.io/django-ajax 9 9 * A simple framework for creating AJAX endpoints in Django: https://github.com/joestump/django-ajax 10 10 11 === Assets packaging===11 === Static files handling === 12 12 * django-pipeline: https://django-pipeline.readthedocs.io/en/latest/ 13 13 * Django Compressor: https://django-compressor.readthedocs.io/en/stable/