Wednesday, April 28, 2021

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

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

--
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 django-users+unsubscribe@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.

No comments:

Post a Comment