emencia / django-blog-lotus

A weblog application with Django.
https://django-blog-lotus.readthedocs.io/
MIT License
5 stars 1 forks source link

Use pathlib instead of os #35

Closed sveetch closed 1 year ago

sveetch commented 2 years ago

There may be some usage in code of os module for file path computation.

We should review code and migrate every usage of os module to pathlib Path.

sveetch commented 1 year ago

Done and coming in 0.5.0-pre.10