Initial commit.
This commit is contained in:
commit
4e5ee195dd
10 changed files with 372 additions and 0 deletions
6
config/sample.py
Normal file
6
config/sample.py
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue