Skip to content

Commit

Permalink
Removed calls to Flask-Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tekNorah committed May 9, 2019
1 parent 37d500e commit f36e491
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
'''----------APP SETUP-------------'''
app = Flask(__name__)

# Set up Simple Cache
#cache = Cache(app,config={'CACHE_TYPE': 'simple'})

# Set secret key for csrf in WTF forms
# app.config['SECRET_KEY'] = 'kjer9034-09uei0909KW454()%(Q#)(I)(IKJWEI'

bootstrap = Bootstrap(app)

# init flask moment to add simple date/time to templates
Expand Down

0 comments on commit f36e491

Please sign in to comment.