Has anyone got a django webserver running on X10?
Has anyone got a django webserver running on X10?
Assuming you mean what Vigge linked to, it appears you won't be able to run it as it requires an installation to be performed on the webserver itself:
If that is the case, as you don't have shell access, you won't be able to get it installed. If we're wrong and this isn't the right thing though, link us and we can see if it can get running
- If you're using Linux, Mac OS X or some other flavor of Unix, enter the command sudo python setup.py install at the shell prompt. If you're using Windows, start up a command shell with administrator privileges and run the command setup.py install.
![]()
TOS breakers will be suspended regardless of race, creed, national origin, hair color, or favorite food. Thanks for your understanding!
...Yes the site for the django project is djangoproject.com
It would only need installing if the same django was to power many sites and therefore the files need to be in /usr instead of /home. But being Python it should be possible to upload the code and change the Python import path.won't be able to get it installed
There are many ways of getting it setup eg: http://docs.djangoproject.com/en/dev...yment/fastcgi/
I really just wondered if anyone had got it working, or had any insights as to what would be the best approach.