From d196089d0e1b9709338675bb5e6a9fbb9d0e6088 Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 17 Mar 2026 02:01:14 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c54302..63c8625 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,12 @@ flask app for plurals to publicly share member lists # config -- create `config.py` in the instance folder and customise the following settings to your needs +- create `config.py` in the instance folder and customise the following settings to your needs + ``` -REGISTRATION: False # only set to True if in a development situation, or to create your first user -UPLOAD_FOLDER = '/uploads' -ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'} +REGISTRATION: False # only set to True if in a development situation, or to create your first user +UPLOAD_FOLDER = '/uploads' +ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'} ``` # usage