Changes between Version 3 and Version 4 of AjaxDjangoDojoForm


Ignore:
Timestamp:
Jun 5, 2006, 7:56:45 AM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxDjangoDojoForm

    v3 v4  
    158158
    159159You can also have a look at the screenshot here :  [http://ozserver.no-ip.com/~greg/images/ajaxdjango.png]
     160
    160161Hope it was useful.
    161162
    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
     163I am using dreamhost for hosting, and no sinplejson is installed.
     164Instead put the source in a folder eg /proz/json/simple_json
     165simple_json will contanit __init__.py ect.
    164166
     167and in your ~/.bash_profile replace/put this
     168
     169{{{
     170export PYTHONPATH=$PYTHONPATH:$HOME/django/django_src:$HOME/django/django_projects:$HOME/progz/json
     171}}}
     172
     173log out/in and try import simple_json (or simplejson depends on what source you picked)
     174
     175
     176coulix@gmail.com
    165177Gregory Tappero.
    166178
Back to Top