Django

Status
Not open for further replies.

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
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:

  1. 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.
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 :)
 

hardbyte

New Member
Messages
6
Reaction score
0
Points
0
...Yes the site for the django project is djangoproject.com

won't be able to get it installed
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.

There are many ways of getting it setup eg: http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/

I really just wondered if anyone had got it working, or had any insights as to what would be the best approach.
 
Status
Not open for further replies.
Top