Does askbot work with django version 1.2.3?
I am looking to install this on an Ubuntu machine, and would prefer to install django from apt instead of from easy install. However the installer requires exactly 1.2.2 of django before it will continue. This is too high for Lucid, which distributes django version 1.1.1. But Maverick comes with Django version 1.2.3.
Can I use django 1.2.3? If so how can I tell the pip installer to use the installed version?
Comments