OK, here are the stuff ive discovered so far.
I did the silly mistake of putting in the htaccess file..
If you are setting up a django app setting with htaccess you dont need
the tag. Just the directives inside.
Also the Python directives are not recognised because the mod_python
is not install
I have managed to install django to a certain extend. What i did was
downloaded (wget) django to the server. Decompressed it and then the
run:
python setup.py install --home
That way the django packages were installed in my folder. It worked
for a while (import django) but now it has stopped. I th
On Thu, Feb 11, 2010 at 4:32 AM, orbital_fox wrote:
> Is there a way and guides on how to install django without having root
> access on a system? What are the requirements?
The single most useful thing you're going to be able to do for
yourself is go work through the standard Python tutorial, sp
On 11 February 2010 21:32, orbital_fox wrote:
> Is there a way and guides on how to install django without having root
> access on a system? What are the requirements?
The easiest way I think is to use virtualenv, which creates a virtual
python environment in a directory that you have write acces
orbital_fox wrote:
Is there a way and guides on how to install django without having root
access on a system? What are the requirements?
With regards,
Orbital Fox
This is possible but not very nice. I run some sites off a shared
hosting. You do need shell access though.
Jonas
--
You rece
Is there a way and guides on how to install django without having root
access on a system? What are the requirements?
With regards,
Orbital Fox
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@go
6 matches
Mail list logo