Changes between Version 57 and Version 58 of AJAX


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

style improvement

Legend:

Unmodified
Added
Removed
Modified
  • AJAX

    v57 v58  
    44
    55== Libraries ==
    6 ===Web APIs===
     6=== APIs ===
    77 * Django REST Framework: https://www.django-rest-framework.org/ ([https://www.reddit.com/r/django/comments/3h9oj8/_/cu5pzu9/ features])
    88 * Fast and easy to use AJAX libraries for Django projects: http://yceruto.github.io/django-ajax
    99 * A simple framework for creating AJAX endpoints in Django: https://github.com/joestump/django-ajax
    1010
    11 ===Assets packaging===
     11=== Static files handling ===
    1212 * django-pipeline: https://django-pipeline.readthedocs.io/en/latest/
    1313 * Django Compressor: https://django-compressor.readthedocs.io/en/stable/
Back to Top