I am going to deploy a django project on a shared host. The server is equipped with apache, mod_python and python.
I don't have my own apache instance and I don't have access to python myself. Since Django is effectively a python module and as such will be integrated in python, I wonder what happens with the admin pages in Django. Will they be shared across the server with other users? How can this issue be solved? I wonder, too, if it is necessary to run the setup.py script to install django on the server? Is it perhaps sufficient to upload the django folder to the web server and connect python to django by including django in the python path? Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

