|
|
пре 5 дана | |
|---|---|---|
| myriad | пре 5 дана | |
| .gitignore | пре 6 дана | |
| README.md | пре 5 дана |
flask app for plurals to publicly share member lists
py -3 -m venv .venv in the root directory and then .venv\Scripts\activatepip install Flask inside the virtual envflask --app myriad init-dbflask --app myriad run --debugconfig.py in the instance folder and customise the following settings to your needsREGISTRATION: 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'}