Changes between Version 58 and Version 59 of AJAX


Ignore:
Timestamp:
Feb 16, 2019, 9:05:09 PM (6 years ago)
Author:
Maciej Olko
Comment:

partial revert to clean up content to be stick with article title

Legend:

Unmodified
Added
Removed
Modified
  • AJAX

    v58 v59  
    1 ''To be moved to [wiki:JavaScript].''
    2 
    31Django 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.
    42
    53== Libraries ==
    6 === APIs ===
    74 * 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/
    87 * Fast and easy to use AJAX libraries for Django projects: http://yceruto.github.io/django-ajax
    98 * 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/
    149
    1510== Other relevant tools ==
Back to Top