Changes between Version 3 and Version 4 of AjaxDjangoDojoForm
- Timestamp:
- Jun 5, 2006, 7:56:45 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxDjangoDojoForm
v3 v4 158 158 159 159 You can also have a look at the screenshot here : [http://ozserver.no-ip.com/~greg/images/ajaxdjango.png] 160 160 161 Hope it was useful. 161 162 162 I am using dreamhost for hosting, and no sinplejson is installed. I will ask them to do so, if any one knows a way of installing and using it without being 163 root ? contact me. coulix@gmail.com 163 I am using dreamhost for hosting, and no sinplejson is installed. 164 Instead put the source in a folder eg /proz/json/simple_json 165 simple_json will contanit __init__.py ect. 164 166 167 and in your ~/.bash_profile replace/put this 168 169 {{{ 170 export PYTHONPATH=$PYTHONPATH:$HOME/django/django_src:$HOME/django/django_projects:$HOME/progz/json 171 }}} 172 173 log out/in and try import simple_json (or simplejson depends on what source you picked) 174 175 176 coulix@gmail.com 165 177 Gregory Tappero. 166 178