Bishwas-py / deviser-club

An open source blogging platform for devised people: Medium alternative
https://deviser.club
BSD 3-Clause Clear License
97 stars 9 forks source link

move ImageGenHelper into a Service #22

Open yshmarov opened 2 years ago

yshmarov commented 2 years ago

you shouldn't add write methods into helpers.

it would be better to move that code into a Service.

For reference, see how I moved GenerateQr into a service