Coming from a PHP background, I am starting to dive into Django.
Im using Ubuntu 8.10 and I didnt install Django via apt-get.

I downloaded Django-1.1-beta-1.tar.gz
Unzipped to /home/username/code/django
sudo python setup.py install

It has created /usr/lib/python2.5/site-packages/django

1. When Django-1.1 beta 2 or final is released what will be the effect
of installing Django 1.1 beta 2 / final ?
Overwrite /usr/lib/python2.5/site-packages/django ?

2. Is there a way to have this installed in my home directory
instead ? Or to /var/www/test/django/core ?
So that I can run http://localhost/django/index.html
core folder containing the django installation.

Thanks

--~--~---------~--~----~------------~-------~--~----~
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