Monday, May 31, 2010

Re: Django 1.2.1 install in Ubuntu 10.04 via Synaptic?

or you can do the following tric:
1) install django sudo apt-get -y install python-django
2) now you have all the dependencies you need
3) sudo apt-get -y install python-setuptools
4) sudo apt-get remove python-django
5) sudo easy_install -Z django

repeat step 5 after each release of django

On Mon, May 31, 2010 at 16:20, Leonel Nunez <listas@enelserver.com> wrote:
> I agree with you, Shawn. I just didn't want to push ahead with a manual
uninstall and install if more-experienced Ubuntu users thought I'd be
seeing Django 1.2.1 show up in the repository quickly.
>
> I'll give it a go. Thanks,
>


Ubuntu is a stable linux distribution. This means once a release is made,
NO new package versions will be included except for those microreleases :

https://wiki.ubuntu.com/StableReleaseUpdates/MicroReleaseExceptions

Django is in main section for Karmic,Lucid this means that you will have
official SECURITY updates as long as the ubuntu version does not get its
EOL ( karmic 18 months from release date and lucid 5 years)

So you can deploy today with django 1.1.1 in lucid and your app will run
without changes for 5 years.

If you want 1.2.1 wait for it gets into Maveric ( current devel version )
and a backport can be done but this will not have oficial support.

Or wait for someone to make a backport and keep it updated on launchpad PPA


Saludos

Leonel




--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.


--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment