- Nov 06, 2016
-
-
pyup.io bot authored
* Update flake8-docstrings from 0.2.5 to 1.0.2 * Update werkzeug from 0.11.4 to 0.11.11 * Update sqlalchemy from 1.0.12 to 1.1.3 * Update flake8-quotes from 0.2.4 to 0.8.1 * Update webtest from 2.0.20 to 2.0.23 * Update flask-wtf from 0.12 to 0.13.1 * Update flake8-blind-except from 0.1.0 to 0.1.1 * Update isort from 4.2.2 to 4.2.5 * Update flake8-isort from 1.2 to 2.0.1 * Update pep8-naming from 0.3.3 to 0.4.1 * Update factory-boy from 2.6.1 to 2.7.0 * Update pytest from 2.9.0 to 3.0.3 * Update psycopg2 from 2.6.1 to 2.6.2 * Update flask-login from 0.3.2 to 0.4.0 * Update flake8 from 2.5.4 to 3.0.4
-
Steven Loria authored
-
Steven Loria authored
Pass `app_name` instead of `app_name.app` to Flask
-
- Nov 01, 2016
-
-
Ali Cirik authored
current `app_name.app` to Flask. Please see `About the First Parameter` note in http://flask.pocoo.org/docs/0.11/api/
-
- Oct 11, 2016
-
-
Steven Loria authored
specifiying setuptools/wheel will cause deployment to fail in Heroku
-
Steven Loria authored
Fix for Bcrypt and SqlAlchemy type casting in Postgres
-
- Oct 07, 2016
-
-
Ryan Jarvis authored
-
Ryan Jarvis authored
-
- Sep 10, 2016
-
-
Steven Loria authored
-
Steven Loria authored
Use FLASK_DEBUG instead of MYFLASKAPP_ENV
-
Jeremy Epstein authored
Use the new FLASK_DEBUG environment variable which is standard as of Flask 0.11, in order to control the use of dev or prod config. Need to set this anyway, in order for "flask run" to use reloader and no concurrency.
-
- Aug 29, 2016
-
-
Steven Loria authored
-
Steven Loria authored
-
Steven Loria authored
-
Steven Loria authored
-
Steven Loria authored
-
- Aug 28, 2016
-
-
Jeremy Epstein authored
-
Jeremy Epstein authored
-
- Aug 27, 2016
-
-
Jeremy Epstein authored
-
- Aug 25, 2016
-
-
Jeremy Epstein authored
-
Jeremy Epstein authored
-
Jeremy Epstein authored
-
Jeremy Epstein authored
-
Jeremy Epstein authored
-
- Aug 24, 2016
-
-
Jeremy Epstein authored
-
Jeremy Epstein authored
-
Jeremy Epstein authored
-
Jeremy Epstein authored
-
Jeremy Epstein authored
-
Jeremy Epstein authored
-
Jeremy Epstein authored
-
Jeremy Epstein authored
- Update Flask to 0.11 (with built-in Click integration) - Remove manage.py - Add autoapp.py per Flask doc's new recommendations for using Click with an app factory - Define cookiecutter-flask's commands in cli.py - Register shell context and shell commands as part of factory-based app creation - Update README instructions with examples for running commands in new Click style
-
- May 01, 2016
-
-
Steven Loria authored
-
- Mar 25, 2016
-
-
Steven Loria authored
Switch CSRF token rendering mechanism.
-
- Mar 22, 2016
-
-
matthewblain authored
Switch Register CSRF protect from form.hidden_tag to input hidden value=csrf_token. I don't understand why this is necessary, as form.hidden_tag works elsewhere--this may be a symptom of an aliasing issue. However, it was the solution applied to fix login in a previous commit as described in https://github.com/sloria/cookiecutter-flask/issues/34.
-
- Mar 20, 2016
-
-
Steven Loria authored
Update Bootstrap and Font Awesome to latest version
-
Christian Stade-Schuldt authored
-
Christian Stade-Schuldt authored
-
- Mar 06, 2016
-
-
Steven Loria authored
-
Steven Loria authored
-