Changes between Version 1 and Version 2 of AjaxDojoFormSub
- Timestamp:
- Jul 21, 2006, 11:27:14 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxDojoFormSub
v1 v2 1 2 1 3 2 {{{ … … 27 26 - Django 28 27 - Dojo (v0.3) [http://dojotoolkit.org/] an open source javascript toolkit. 29 - Simple _Json (v1.3) [http://svn.red-bean.com/bob/simplejson/tags/simplejson-1.3/docs/index.html] used for javascript <-> python communication.28 - SimpleJson (v1.3) [http://svn.red-bean.com/bob/simplejson/tags/simplejson-1.3/docs/index.html] used for javascript <-> python communication. 30 29 31 30 … … 40 39 41 40 == Installing Json == 42 get the SimpleJson from svn.41 get SimpleJson from svn: 43 42 44 43 {{{ … … 46 45 cd json 47 46 sudo python setup.py install 47 }}} 48 49 or get the latest released version from the [http://cheeseshop.python.org/pypi/simplejson CheeseShop]: 50 {{{ 51 sudo python easy_install simplejson 48 52 }}} 49 53