Skip to content

Update framework to handle dependency changes.#18

Open
danielmoniz wants to merge 2 commits into
lingthio:masterfrom
danielmoniz:master
Open

Update framework to handle dependency changes.#18
danielmoniz wants to merge 2 commits into
lingthio:masterfrom
danielmoniz:master

Conversation

@danielmoniz

Copy link
Copy Markdown

Fixes "TypeError: 'bool' object is not callable" issues. They are found both in the code and in the Flask-User==0.6.3 dependency. The issues is the following line in all areas:

if not current_user.is_authenticated():

I have therefore updated the project dependency for Flask-User to 0.6.8 .

I have also updated the .gitignore file to handle the recommended settings file (env_settings.py) that should not be tracked by git.


Fixes #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant