Changes between Version 56 and Version 57 of AJAX


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

added assets packaging libraries links

Legend:

Unmodified
Added
Removed
Modified
  • AJAX

    v56 v57  
    44
    55== Libraries ==
     6===Web APIs===
    67 * Django REST Framework: https://www.django-rest-framework.org/ ([https://www.reddit.com/r/django/comments/3h9oj8/_/cu5pzu9/ features])
    78 * Fast and easy to use AJAX libraries for Django projects: http://yceruto.github.io/django-ajax
    89 * 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/
    914
    1015== Other relevant tools ==
Back to Top