pyup-bot
ac3b130054
Update flake8-isort from 2.0.3 to 2.1.3
8 years ago
pyup-bot
85d3b28226
Update flake8-isort from 2.0.1 to 2.0.3
8 years ago
pyup-bot
6f679f7de6
Update flake8 from 3.2.0 to 3.2.1
8 years ago
pyup-bot
27c5b796a8
Update sqlalchemy from 1.1.3 to 1.1.4
8 years ago
pyup-bot
4061d5ffd0
Update flake8 from 3.0.4 to 3.2.0
8 years ago
pyup-bot
40311a10c0
Update flask-migrate from 2.0.0 to 2.0.1
8 years ago
pyup-bot
c3de2d7c1f
Update pytest from 3.0.3 to 3.0.4
8 years ago
pyup.io bot
7b2c981552
Initial Update ( #84 )
...
* 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
8 years ago
Ali Cirik
472e496609
This passes `app_name` instead of the +
...
current `app_name.app` to Flask. Please see `About the First Parameter`
note in http://flask.pocoo.org/docs/0.11/api/
8 years ago
Ryan Jarvis
05c6e30733
specifiying setuptools/wheel will cause deployment to fail in Heroku
8 years ago
Ryan Jarvis
570d5bc587
Fix for new Bcrypt and SqlAlchemy type casting in Postgres
8 years ago
Jeremy Epstein
4c856777f1
Use FLASK_DEBUG instead of MYFLASKAPP_ENV
...
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.
8 years ago
Steven Loria
ade2a08f13
Compute copyright year
8 years ago
Steven Loria
c9a5139bef
Fix checks for exit codes and update doc for shell command
8 years ago
Jeremy Epstein
1f9ef5ba78
move autoapp to project root, update readme, update travis file
8 years ago
Jeremy Epstein
db0246de90
rename cli.py to commands.py
8 years ago
Jeremy Epstein
2f1168b6d4
make test command exit with correct status
8 years ago
Jeremy Epstein
6739ba9859
fix broken import
8 years ago
Jeremy Epstein
850b71e2c8
add 'clean' and 'urls' commands borrowed from Flask-Script
8 years ago
Jeremy Epstein
f28c31ec77
fix import order
8 years ago
Jeremy Epstein
c9dff24208
add click-ified 'lint' command
8 years ago
Jeremy Epstein
5010ebc949
add missing cli import in app.py
8 years ago
Jeremy Epstein
3d8f8c3c9e
Use Click instead of Flask-Script for CLI commands
...
- 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
8 years ago
matthewblain
089c3c265a
Switch CSRF token rendering mechanism.
...
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 .
9 years ago
Christian Stade-Schuldt
045800f366
update Bootstrap to 3.3.6
9 years ago
Christian Stade-Schuldt
7a2780a534
update font awesome to 4.5.0
9 years ago
Steven Loria
aa85bcee59
Update invoke version; run lint command for app's travis builds
9 years ago
Steven Loria
796d955cda
Run lint command when testing the cookiecutter
9 years ago
Steven Loria
77c0b4e657
Update stale Python requirements
9 years ago
Guilherme M. Trein
8577dc7fd6
Enable CSRF protection
...
- CSRF is enabled by default for login form
- This commit resolves issue #34
9 years ago
Ian Dees
d64b458042
Update README.rst
...
Fixes https://github.com/sloria/cookiecutter-flask/issues/62
9 years ago
lord63
e1f1af2cb0
Init the flask-migrate extension first
9 years ago
allexeye
1bd13c7e5b
fix db fixture for model tests
9 years ago
Nur Faizin
713cdc5aa0
Add psycopg2 to production requirements
9 years ago
Wagner Augusto Andreoli
d6f1f5c2cc
Travis: Migrating from legacy to container-based infrastructure
9 years ago
Wagner Augusto Andreoli
8230fa17d5
Remove pylint from project, remove ipdb and ipython from requirements
9 years ago
Wagner Augusto Andreoli
8f39add44a
Change string interpolation from % to .format()
9 years ago
Wagner Augusto Andreoli
e27fa10e15
Add an option to use pylint after flake8, change code to conform to pylint rules
9 years ago
Wagner Augusto Andreoli
720ead02d3
Add flake8, isort and ipython to the dev requirements file
9 years ago
Wagner Augusto Andreoli
819fd8d700
Fix environment variables
9 years ago
Wagner Augusto Andreoli
2986743a8c
Add an option to fix imports before linting, make all code conform to the linting rules
9 years ago
Wagner Augusto Andreoli
34c6faf630
Add a lint command with flake8 and isort
9 years ago
Wagner Augusto Andreoli
5c565ec214
Remove editor-generated files from .gitignore
9 years ago
Wagner Augusto Andreoli
34b1750122
Fix for ValueError: Invalid rounds
9 years ago
Wagner Augusto Andreoli
88d8ee69b7
Update requirements, pin modules to the latest version, plus two small fixes
9 years ago
Josh
e19ddd9976
Add urls and clean commands to manage.py
...
Two new useful commands for manage.py. `m urls` lists all URLs (like `rake routes` in Rails). `m clean` gets rid of .pyc files.
9 years ago
Vividh S Viswanatha
649a694f8a
Update extension imports to flask_*
...
See mitsuhiko/flask#1135
9 years ago
Chris Reade
59720b1ff0
only ignoring the env directory to avoid conflicts with alembic's env.py
9 years ago
Chris Reade
39499e42ec
Fix typo in generated README.rst
10 years ago
Patman64
2a45b9f4ba
Python code clean-up (PEP-8 related and other)
...
- Add the UTF-8 marker to files without it.
- Fix some hanging indents.
- Change ''' into """ in docstrings.
- Enforce two blank line rule.
10 years ago