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
Steven Loria
77c0b4e657
Update stale Python requirements
9 years ago
Wagner Augusto Andreoli
8230fa17d5
Remove pylint from project, remove ipdb and ipython from requirements
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
88d8ee69b7
Update requirements, pin modules to the latest version, plus two small fixes
9 years ago
Steven Loria
85943e05a6
Update stale requirements
...
Werkzeug, Flask-WTF, WTForms, Flask-Bcrypt, Flask-DebugToolbar
10 years ago
Kevan Ahlquist
302efd0162
Moved DebugToolbar to prod requirements to prevent import error.
10 years ago
Steven Loria
f636880638
Update stale requirements
10 years ago
Christian Stade-Schuldt
23bbed7e41
updated requirements to latest version
10 years ago
sloria
e4fd7b0553
Update stale requirements
10 years ago
sloria
e14468e8fa
Update dependencies
10 years ago
sloria
13f66eab54
Update requirements
11 years ago
Steven Loria
338ef8b280
Correctly initialize debug toolbar
11 years ago
Steven Loria
c6a49db3c2
Update requirements and remove unused tests/base.py
11 years ago
Steven Loria
7ede47885f
Rename repo_name -> app_name
11 years ago
Steven Loria
e9dfd0573a
Add Flask-Debug toolbar
...
Also, don't bundle and minify assets in dev enviromnet
11 years ago
Steven Loria
64d40aa4be
Add WebTest and some tests
11 years ago
Steven Loria
d1d832ba97
Add Factory Boy support
11 years ago
Steven Loria
1f9e6b171e
Store password hash and add basic test
...
Adds Flask-Testing and passlib dependencies
11 years ago
Steven Loria
48a6bd0c99
Add simple manage.py script
11 years ago
Steven Loria
4bd4c7971a
Initial commit
11 years ago