Ищу дистрибутив Django 3.0.2 \ Search distribution Django 3.0.2

18 views
Skip to first unread message

Red Hat

unread,
Apr 28, 2021, 9:33:14 AM4/28/21
to Django users

У меня возникла крайне сложная проблема. Я последние 5 месяцев крайне активно изучаю Python & Django. В связи с этим купил книгу. К книге прилагается учебный материал, который базируется на Django 3.0.2. Но я не знаю где можно скачать данный дистрибутив. Пожалуйста, помогите. Спасибо.
=========================================================================
I had an extremely difficult problem. I have been studying Python & Django extremely actively for the past 5 months. In this regard, I bought a book. Attached to the book is educational material that is based on Django 3.0.2. But I don't know where to download this distribution. Please help. Thank you.

Kasper Laudrup

unread,
Apr 28, 2021, 1:48:52 PM4/28/21
to django...@googlegroups.com
On 28/04/2021 13.43, Red Hat wrote:
>
> I had an extremely difficult problem. I have been studying Python &
> Django extremely actively for the past 5 months. In this regard, I
> bought a book. Attached to the book is educational material that is
> based on Django 3.0.2. But I don't know where to download this
> distribution. Please help. Thank you.
>

Set up a virtual environment, something like:

# python3 -m venv env
# source env/bin/activate

Then install a specific version of a package (in this case Django) with:

# pip install django==3.0.2

Though I doubt you'll have any problems using the latest release.

Kind regards,

Kasper Laudrup

OpenPGP_signature

Red Hat

unread,
May 3, 2021, 3:20:40 AM5/3/21
to django...@googlegroups.com
Thank you very much. I've already figured it out. And found distributions for download. https://github.com/django/django/releases

ср, 28 апр. 2021 г. в 20:48, Kasper Laudrup <lau...@stacktrace.dk>:
--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/POq4hZ3ZY8E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1b6aa07e-d42e-fa01-69c4-c68339115252%40stacktrace.dk.
Reply all
Reply to author
Forward
0 new messages