Chapter 9

This commit is contained in:
2023-06-04 02:57:16 +02:00
parent c91b89da5f
commit 44e46135a6
5 changed files with 84 additions and 17 deletions

View File

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