Re: pip install Django==3.0

2019-12-02 Thread JP Smith
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

Re: pip install Django==3.0

2019-12-02 Thread JP Smith
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

Re: “python -m django --version” 1.11.18 Cannot update to 2.1

2019-02-10 Thread JP Smith
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