Admin interface for snippets
This commit is contained in:
parent
45df60cfc6
commit
53ce827b17
15 changed files with 214 additions and 83 deletions
|
|
@ -6,6 +6,7 @@ DEBUG = False
|
|||
|
||||
SECRET_KEY = 'testkey'
|
||||
DATABASE_URI = 'sqlite:///' + os.path.join(_basedir, 'flask-website.db')
|
||||
ADMINS = frozenset(['http://lucumr.pocoo.org/'])
|
||||
|
||||
THREADS_PER_PAGE = 15
|
||||
MAILINGLIST_PATH = os.path.join(_basedir, '_mailinglist')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue