[Answer]-Using dajaxice and editlive apps in django

1👍

The python/django community uses a tool called pip to install python packages and libraries. Look up how to install pip on your system (and also look up virtualenv), and then you can simply do:

pip install django-dajaxice

pip install django-editlive

Leave a comment