Changes between Version 10 and Version 11 of AjaxDjangoDojoForm
- Timestamp:
- Jun 5, 2006, 8:38:13 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxDjangoDojoForm
v10 v11 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 == Dreamhost and Simplejson: == 162 162 163 I am using dreamhost for hosting, and no sinplejson is installed.164 Instead put the source in a foldereg /proz/json/simple_json165 simple_json will contanit __init__.py ect.163 If you are using dreamhost for hosting please be aware that simplejson is not installed. 164 Instead install the source of simplejson in a folder in your home directory eg /proz/json/simple_json 165 the simple_json directory contains the required __init__.py for it to be loaded as a python module. 166 166 167 and in your ~/.bash_profile replace/put this 167 Then in your ~/.bash_profile add the directory to your python path like below. 168 168 169 169 {{{