ImgBotApp
ff8f525fb3
[ImgBot] optimizes images
...
\docs\_static\no.png (18.3%))
\docs\_static\touch-icon.png (64.21%))
\docs\_static\flaskr.png (8.32%))
\docs\_static\pycharm-runconfig.png (14.65%))
\docs\_static\debugger.png (2.79%))
\docs\_static\flask.png (30.15%))
\docs\_static\yes.png (13%))
\docs\_static\logo-full.png (29.33%))
7 years ago
Brett Johnson
e4928323f2
Update App Engine link
...
Point to an authoritative site for Flask on App Engine that is maintained.
7 years ago
Alejandro Mantecon Guillen
154c621237
Update debugger and flaskr screenshots ( #2454 )
7 years ago
Brennan Vincello
7640a1f1c9
Add version warning
7 years ago
David Lord
97ad085912
fix links
7 years ago
David Lord
1c35b98f0b
fix code block
7 years ago
David Lord
2efb565fbc
mention that session signature checks max age
...
add expiration to cookie security docs
closes #2422
7 years ago
David Lord
66b1b752da
simplify logging configuration
...
single default handler and formatter
don't remove handlers
configure level once using setLevel
document logging
reorganize logging tests
7 years ago
David Lord
417bc336de
egg_info -R flag is gone
7 years ago
David Lord
491d331e6e
load env vars using python-dotenv
7 years ago
asmith26
8e2ef5bde3
Fix typo in docs ( #2419 )
7 years ago
David Lord
8207b1563e
fix formatting
...
-R is no longer an egg_info option
closes #2400
[ci skip]
7 years ago
David Lord
01e2d80660
one more secret key in docs
7 years ago
David Lord
465922e5f1
clean up secret key docs
...
consistent key across docs and examples
consistent key across tests, set in conftest
7 years ago
trirpi
bfc2ee7dfd
removed bug in memory sqlite uri
8 years ago
David Lord
448368e226
style cleanup
...
[ci skip]
8 years ago
Miguel Grinberg
0b80acb25c
document wsgi.py and app.py default modules
8 years ago
Tony Narlock
91fd33dbd9
Add docutils label for class-based views
8 years ago
Tony Narlock
66e9dc9df2
Add docutils label for templates page
8 years ago
David Lord
01d2f725d3
formatting
...
[ci skip]
8 years ago
tristan fisher
53ff054fd3
Fixes grammar and phrasing on envvar how-to
8 years ago
tristan fisher
067686b471
Add basic how-to on using envvars for config
8 years ago
David Lord
15756da1f0
mention csp for javascript: uri xss
...
closes #2174
[ci skip]
8 years ago
David Lord
e97253e4c1
clean up JSON code and docs
8 years ago
David Lord
9bee2500dd
finish documentation
...
[ci skip]
8 years ago
David Lord
bbd15d53ad
docs style cleanup
...
[ci skip]
8 years ago
David Lord
859d9a9d5c
show nice message when registering error handler for unknown code
...
clean up error handler docs
closes #1837
8 years ago
David Lord
045dccaefb
make debugging bad key errors easier
...
* TRAP_BAD_REQUEST_ERRORS is enabled by default in debug mode
* BadRequestKeyError has the key in the description in debug mode
closes #382
8 years ago
David Lord
abf54c8182
fix some config names in new doc
8 years ago
David Lord
60feecc26c
reformat config from table to linkable sections
8 years ago
David Lord
3c7625e8c0
update development resources
...
fix tox to test examples again
add detox tox env for faster testing
clean up makefile, add tox target
add extra group for installing dev requirements
clean up contributing doc, build with docs
expand issue template
add pull request template
8 years ago
David Lord
d2a46dc56d
fix doc build error
8 years ago
David Lord
8eff9bda3d
clean up security header docs
...
[ci skip]
8 years ago
Lowell Abbott
fcfd031460
Add capitalize and other details
8 years ago
Kenneth Reitz
386ac92bdd
use alabaster
8 years ago
Zeb Palmer
749ef01831
Missing Space
...
Smallest PR ever, but that missing space has been annoying me for a very long time.
8 years ago
Dave
7e14f6706a
Fix typo
8 years ago
Anthony Plunkett
f52f3ef31d
PyCharm Run Configuration Guide
8 years ago
Dave Morse
50c6df7098
Minor edits to tutorial for clarity. ( #2330 )
8 years ago
bovarysme
fe27d04cc1
Fix a small oversight in the testing docs
8 years ago
Lowell Abbott
09a0d2ebd1
Re-order by semantic. Fix link on flask-talismand and re-word many concepts
8 years ago
David Lord
8858135043
Update testing.rst
8 years ago
Levi Roth
954d9ca0b8
Added documentation for PowerShell environment variables
8 years ago
Lowell Abbott
ee7cb9d6b2
Suggest only one package, change the sourcecode block to none
8 years ago
Lowell Abbott
c47f4530a1
Erased duplicated links on title
8 years ago
Lowell Abbott
98b0f96a98
Fix typos, semantics and some other corrections
8 years ago
Lowell Abbott
8459cedaa9
Add security headers notes
8 years ago
Neil Grey
378a11f992
For Issue #2286 : Updating test_flaskr to use yield inside fixture
8 years ago
Tully Rankin
65b61aa7c2
Added uWSGI and example usage to stand-alone WSGI containers documentation ( #2302 )
8 years ago
Neil Grey
4e9d51b39b
For Issue #2286 : Fixing indenting of test_login_logout
8 years ago