On 14/02/2011 2:08pm, Jason Drane wrote:
Forgive me if this question  offends you more advanced users. I am
begun down the road of learning Django. I am curious if it is possible
to place Django in the root of my server and reference it to each of
multiple sites in development, similar to php, python, etc.


Yes. When you install django it puts itself into your python site-packages directory and - being on the python path - is available wherever python will run.

You will probably develop multiple sites in different directories in your own work area - which also should be on the python path.

Good luck with django and sorry to disappoint - no-one is offended.

Mike



--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to