Django and Ajax - What can I do?

后端 未结 2 1490
忘掉有多难
忘掉有多难 2020-12-16 08:35

I\'m almost done with my site except for the last part where I need to make the gallery page support ajax to change the page number using Ajax.

Gallery pages view:

2条回答
  •  执念已碎
    2020-12-16 09:30

    Should I use django-dajax or django-dajaxice?

    In a word, No. I created these projects 4 years ago as a cool tool in order to solve one specific problems I had at that time.

    These days using these projects is a bad idea.

    https://github.com/jorgebastida/django-dajax/

提交回复
热议问题