ajout uploads.jinja2 pour upload fichiers

This commit is contained in:
2023-07-11 17:20:39 +02:00
parent 6045ab3e36
commit dcc2cd3712
11 changed files with 381 additions and 44 deletions

View File

@@ -13,6 +13,8 @@ pyramid.debug_routematch = false
pyramid.default_locale_name = en
sqlalchemy.url = sqlite:///%(here)s/cao_blogr.sqlite
# upload files location
uploads_dir = /pyramid/cao_blogr/cao_blogr/static/uploads/
retry.attempts = 3