====== Flask in a jail ====== Copia del projècte Rajòl dins la gabia. === requirements.txt === click==6.7 dominate==2.3.1 Flask==0.12 flask-appconfig==0.11.1 Flask-Bootstrap==3.3.7.1 Flask-Debug==0.4.3 Flask-Login==0.4.0 flask-nav==0.6 Flask-SQLAlchemy==2.2 Flask-WTF==0.14.2 inflection==0.3.1 itsdangerous==0.24 Jinja2==2.9.4 MarkupSafe==0.23 pysolr==3.6.0 requests==2.13.0 six==1.10.0 SQLAlchemy==1.1.6 visitor==0.1.3 Werkzeug==0.11.15 WTForms==2.1 === Execucion de l'instalacion === root@e34a04bf-39a3-11e7-b22a-00241daad556:~/rajol # pip install -r requirements.txt === Enregament del site === root@e34a04bf-39a3-11e7-b22a-00241daad556:~/rajol # python3 rajol.py /usr/local/lib/python3.5/site-packages/flask_sqlalchemy/__init__.py:839: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning. 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and ' * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) * Restarting with stat /usr/local/lib/python3.5/site-packages/flask_sqlalchemy/__init__.py:839: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning. 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and ' * Debugger is active! * Debugger pin code: 325-130-208