Changes between Version 58 and Version 59 of AJAX
- Timestamp:
- Feb 16, 2019, 9:05:09 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAX
v58 v59 1 ''To be moved to [wiki:JavaScript].''2 3 1 Django provides [http://docs.djangoproject.com/en/dev/topics/serialization/ JSON, YAML and XML serializers] to assist with buidling AJAX services. Here are some other resources to make it easier. 4 2 5 3 == Libraries == 6 === APIs ===7 4 * Django REST Framework: https://www.django-rest-framework.org/ ([https://www.reddit.com/r/django/comments/3h9oj8/_/cu5pzu9/ features]) 5 * django-nap: https://django-nap.readthedocs.io/en/latest/ 6 * Tastypie: https://django-tastypie.readthedocs.io/en/latest/ 8 7 * Fast and easy to use AJAX libraries for Django projects: http://yceruto.github.io/django-ajax 9 8 * A simple framework for creating AJAX endpoints in Django: https://github.com/joestump/django-ajax 10 11 === Static files handling ===12 * django-pipeline: https://django-pipeline.readthedocs.io/en/latest/13 * Django Compressor: https://django-compressor.readthedocs.io/en/stable/14 9 15 10 == Other relevant tools ==