django-shop-ajax 0.1.2

django-shop-ajax is a Django app that adds some clever AJAX functions for Django SHOP.Installation- Add shop_ajax to your INSTALLED_APPS in your settings.py- On your server run python manage.py collectstatic to collect all app's static filesAlternatively,...