Changes between Version 55 and Version 56 of AJAX


Ignore:
Timestamp:
Feb 16, 2019, 8:18:23 PM (5 years ago)
Author:
Maciej Olko
Comment:

added DRF features link

Legend:

Unmodified
Added
Removed
Modified
  • AJAX

    v55 v56  
    1 ''To be moved to [wiki:JavaScript]''
     1''To be moved to [wiki:JavaScript].''
    22
    33Django 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.
    44
    55== Libraries ==
    6  * Django REST Framework: https://www.django-rest-framework.org/
     6 * Django REST Framework: https://www.django-rest-framework.org/ ([https://www.reddit.com/r/django/comments/3h9oj8/_/cu5pzu9/ features])
    77 * Fast and easy to use AJAX libraries for Django projects: http://yceruto.github.io/django-ajax
    88 * A simple framework for creating AJAX endpoints in Django: https://github.com/joestump/django-ajax
Back to Top