python 2.7 - Flask Security - TemplateAssertionError: no filter named 'urlencode' -
I just added flask protection to my flask project. It works locally, but reports this error on OpenShift:
TemplateAssertionError: There is no filter called 'urlencode' I do not know whether this is a bad library version, or how to debug it, it's my setup.py package list:
install_requires = ['flask == 0.10.1', 'esclaimed' = 0.9.8 ',' flask-SQLLame == 2.0 ',' flask-protection == 1.7.4 ',' worksque == 0.9.5 ',' blinker == 1.3 ',' flask-login == 0.2. 11 ',' FlaskMail == 0.9.1 ',' f Lask-rep == 0.4.0 ',' flask-script == 2.0.5 ',' flask-WTF == 0.10.3 ',' its dadeneror == 0.24 ',' passlib == 1.6.2 '] < / Code>
I did this by 'freeing the PP' on my local machine, and copying the libraries Solved for Setup.py one by one though I'm still not sure who generated an error, maybe a wrong version of Genza.
Comments
Post a Comment