fgd
This commit is contained in:
parent
630cbb9609
commit
26793b74d5
1 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ from flask import *
|
||||||
from flask_caching import Cache
|
from flask_caching import Cache
|
||||||
from flask_limiter import Limiter
|
from flask_limiter import Limiter
|
||||||
from flask_compress import Compress
|
from flask_compress import Compress
|
||||||
from flaskext.markdown import Markdown
|
|
||||||
from flask_limiter.util import get_ipaddr
|
from flask_limiter.util import get_ipaddr
|
||||||
from flask_mail import Mail
|
from flask_mail import Mail
|
||||||
|
|
||||||
|
@ -85,7 +84,6 @@ engine = create_engine(app.config['DATABASE_URL'])
|
||||||
db_session = scoped_session(sessionmaker(bind=engine, autoflush=False))
|
db_session = scoped_session(sessionmaker(bind=engine, autoflush=False))
|
||||||
|
|
||||||
cache = Cache(app)
|
cache = Cache(app)
|
||||||
Markdown(app)
|
|
||||||
Compress(app)
|
Compress(app)
|
||||||
mail = Mail(app)
|
mail = Mail(app)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue