Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 513 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 513 Bytes

lil-blog-uploader

This program is used to upload image files for inclusion in the LIL blog. It is deployed to a Dokku instance.

For development, install Poetry and run

poetry install

in this directory to set up the environment. For deployment, if there have been any changes to poetry.lock, export the conventional requirements file like this:

poetry export -o requirements.txt