Initial commit.

This commit is contained in:
Edward Betts 2023-09-13 16:19:08 +05:30
commit 4e5ee195dd
10 changed files with 372 additions and 0 deletions

6
config/sample.py Normal file
View file

@ -0,0 +1,6 @@
DB_URL = "postgresql:///spaced"
SECRET_KEY = "YOUR-SECRET-KEY"
ADMINS = ["admin@example.org"]
SMTP_HOST = "localhost"
MAIL_FROM = "admin@example.org"