- 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
-
Steven Loria authored
-
Steven Loria authored
-
Steven Loria authored
Update stale Python requirements
-
Steven Loria authored
-
Steven Loria authored
Enable CSRF protection
-
- Mar 05, 2016
-
-
Guilherme M. Trein authored
- CSRF is enabled by default for login form - This commit resolves issue #34
-
- Feb 28, 2016
-
-
Steven Loria authored
Update README.rst to include bower install step
-
- Feb 26, 2016
-
-
Ian Dees authored
Fixes https://github.com/sloria/cookiecutter-flask/issues/62
-
- Jan 26, 2016
-
-
Steven Loria authored
Init the flask-migrate extension first
-
- Jan 23, 2016
-
-
lord63 authored
-
- Dec 13, 2015
-
-
Steven Loria authored
fix db fixture for model tests
-
- Dec 11, 2015
-
-
allexeye authored
-
- Dec 01, 2015
-
-
Steven Loria authored
Add psycopg2 to production requirements
-
Nur Faizin authored
-
- Nov 10, 2015
-
-
Steven Loria authored
-
Steven Loria authored
Add a lint command with flake8 and isort
-
Wagner Augusto Andreoli authored
-
- Nov 09, 2015
-
-
Wagner Augusto Andreoli authored
-
- Nov 07, 2015
-
-
Wagner Augusto Andreoli authored
-
Wagner Augusto Andreoli authored
-
- Nov 06, 2015
-
-
Wagner Augusto Andreoli authored
-
Wagner Augusto Andreoli authored
-
Wagner Augusto Andreoli authored
-
Wagner Augusto Andreoli authored
-
Wagner Augusto Andreoli authored
-
- Nov 04, 2015
-
-
Steven Loria authored
Update requirements, pin modules to the latest version, …
-
Wagner Augusto Andreoli authored
-
Wagner Augusto Andreoli authored
-
Wagner Augusto Andreoli authored
-
Wagner Augusto Andreoli authored
-
- Sep 10, 2015
-
-
Steven Loria authored
Add `urls` and `clean` commands to manage.py
-
Josh authored
Two new useful commands for manage.py. `m urls` lists all URLs (like `rake routes` in Rails). `m clean` gets rid of .pyc files.
-