Working with bootstrap-flask

This commit is contained in:
2023-06-04 22:48:45 +02:00
parent 5d0c774c14
commit ba3af6d664
2 changed files with 9 additions and 1 deletions

View File

@@ -16,3 +16,4 @@ class Config(object):
MAIL_PASSWORD = os.environ.get("MAIL_PASSWORD")
ADMINS = ["your-email@example.com"]
POSTS_PER_PAGE = 25
LANGUAGES = ["en", "es"]