kick off an update when subscribing to a new feed

This commit is contained in:
Kyle Mahan 2015-01-27 16:49:43 -08:00
parent 65667e6010
commit 24226ea0d8
6 changed files with 39 additions and 28 deletions

6
config.py.template Normal file
View file

@ -0,0 +1,6 @@
import os
class Config:
SECRET_KEY = 'super secret key'
SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.getcwd() + '/db.sqlite'