DjangoGirls / tutorial

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

fix path module. os.path->pathlib #1766

Closed hrsano645 closed 1 year ago

hrsano645 commented 1 year ago

Changes in this pull request:

(only jp document)

ryu22e commented 1 year ago

Hello. It seems to me that this PR can be merged by addressing the following comment, what is stopping you?

https://github.com/DjangoGirls/tutorial/pull/1766#discussion_r1070236181

I had a participant at one of my events who was stumped by this code. It would be helpful if you could merge it as soon as possible.

ryu22e commented 1 year ago

Hello. Since the creator of this PR seems to be busy, I have created a PR on my end. Could someone please review it for me? https://github.com/DjangoGirls/tutorial/pull/1786

das-g commented 1 year ago

Fixed with #1786 & #1787.