You can always just install directly from djangoproject.com.

https://www.djangoproject.com/download/1.0.4/tarball/

In fact, you can use pip to install that:

pip install https://www.djangoproject.com/download/1.0.4/tarball/

If you maintain a package requirements file for your project, you can put
that link in there and pip will know to install it along with everything
else.

requirements.txt:
https://www.djangoproject.com/download/1.0.4/tarball/

pip install -r requirements.txt

Let me know if you run into any issues.

--
Joey Espinosa
Python Developer
http://about.me/joelinux
On Feb 20, 2013 7:55 AM, "Kyungsoo Park" <[email protected]> wrote:

> I've been studying Django with Python thesedays.
> But most reading materials I could get was written for Django 1.0.x
> version.
> So I tried to install Django 1.0.4 on virtualenv environment to read a old
> Korean Django guide book.
> (yes, I'm from Korea)
> However I found out that there is no Django 1.0.4 file on PYPI.
> I couldn't install it with pip.
> See the link below.
> https://pypi.python.org/pypi/Django/1.0.4
> So I'd like to know the reason why.
> Tell me if it's just a mistake or has a reason.
>
> I need to install 1.0.4 version.
> So is it right if I install it with tar.gz file on virtualenv environment?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to