DjangoGirls / tutorial

This is a tutorial we are using for Django Girls workshops
http://tutorial.djangogirls.org/
Other
1.52k stars 1.86k forks source link

Update Python and Django versions. #1816

Closed FlipperPA closed 4 months ago

FlipperPA commented 6 months ago

Changes in this pull request:

Python 3.6 is no longer supported, and 3.8 has a few more months. I took two people through the tutorial yesterday, and Python 3.10 is the most recent version supported by Python Anywhere for deployment. So I've set the Python version to 3.10, Django version to 4.2, and minimum version to 3.8.

das-g commented 6 months ago

Aren't any changes to the instructions and/or screenshots needed due to the change from Django 3 to Django 4?

FlipperPA commented 6 months ago

@das-g I don't think I remember seeing any screenshots, most were included in the template at run-time, which is fantastic. The only screenshot I remember seeing was this one:

https://github.com/DjangoGirls/tutorial/blob/master/en/python_installation/images/python-installation-options.png

I'm happy to update it, but it didn't seem that critical because I believe the dialog is the same in current Python. I'm happy to mock up the screenshot to say Python 3.#.# and Add Python 3.# to path, so we don't have to change it in the future?

xrmx commented 4 months ago

A complete update has been done in #1820