edit member fields

working on icon uploads
This commit is contained in:
cube
2026-03-17 02:00:02 +00:00
parent e3d6613bd4
commit 49e7685034
6 changed files with 77 additions and 11 deletions

View File

@@ -15,9 +15,11 @@ 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'}
```
# usage