- Mar 06, 2016
-
-
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.
-
- Aug 25, 2015
-
-
Steven Loria authored
Update extension imports to flask_*
-
Vividh S Viswanatha authored
See mitsuhiko/flask#1135
-
- Jul 09, 2015
-
-
Steven Loria authored
Only ignoring the env directory to avoid conflicts with alembic's env.py
-
- Jul 08, 2015
-
-
Chris Reade authored
-
- Jun 26, 2015
-
-
Steven Loria authored
Fix typo in generated README.rst
-
- Jun 24, 2015
-
-
Chris Reade authored
-
- Jun 06, 2015
-
-
Steven Loria authored
-
Steven Loria authored
Fix ScopeMismatch error when testing
-
- May 31, 2015
-
-
Patman64 authored
- Add the UTF-8 marker to files without it. - Fix some hanging indents. - Change ''' into """ in docstrings. - Enforce two blank line rule.
-
Patman64 authored
The `testapp` fixture depends on the `app` fixture, but the `app` fixture's scope was redefined as 'function' in commit 35c32e, which is narrower than the scope of `testapp` ('session'). Since `testapp` only depends only on `app`, it is safe to make it's scope match `app`.
-
- May 15, 2015
-
-
Steven Loria authored
Bump year
-
Anton Burnashev authored
-