Make database, oauth, smtp server, mail verificaiton configurable in .env

This commit is contained in:
krek0 2026-05-02 14:18:02 +02:00
parent 3a73bb8887
commit 7fbc81b9e1
8 changed files with 109 additions and 31 deletions

View file

@ -27,7 +27,7 @@ deps =
pep8-naming
pyflakes
commands =
flake8 allauth_note_kfet photo21 photologue
flake8 allauth_oauth photo21 photologue
[flake8]
ignore = W503, I100, I101