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