kick off an update when subscribing to a new feed
This commit is contained in:
parent
65667e6010
commit
24226ea0d8
6 changed files with 39 additions and 28 deletions
6
config.py.template
Normal file
6
config.py.template
Normal file
|
@ -0,0 +1,6 @@
|
|||
import os
|
||||
|
||||
|
||||
class Config:
|
||||
SECRET_KEY = 'super secret key'
|
||||
SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.getcwd() + '/db.sqlite'
|
Loading…
Add table
Add a link
Reference in a new issue