Django 3.0 does not support Python 3.5 .
https://docs.djangoproject.com/en/3.0/releases/3.0/
On Mon, Dec 2, 2019 at 11:06 AM אורי wrote:
> Django users,
>
> When I use pip to install a package, does it depend on the version of
> Python I'm using?
>
> pip install Django==3.0 fails with Pyth
Django 3.0 does not support Python 3.5:
>
>
https://docs.djangoproject.com/en/3.0/releases/3.0/
--
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+unsu
I know that you are new so, I don't want to overwhelm you. One thing that
you might want to look into is pip, which is a package management tool for
python. This will allow you to install python packages and keep them
up-to-date.
The if you want to take a more manual approach, you could download
3 matches
Mail list logo