David Lord
cf5525f98a
add test_cli_runner for testing app.cli commands
7 years ago
David Lord
310fbfcf64
revert copyright year to project start
...
add copyright header to files
7 years ago
David Lord
9bf5c3b3a3
update project metadata
...
new readme
readme as setup.py long_description
links in changes
git in authors
add travis osx env
break out docs build in travis
remove python_requires for now
7 years ago
David Lord
ae30fe7de0
document testing cli commands
7 years ago
David Lord
7fb2ddcaf6
add note about syntax errors in custom scripts
...
mention pycharm version support
7 years ago
David Lord
213afec771
add rst extension for changelog
...
fix changelog version
7 years ago
David Lord
382b13581e
clean up samesite docs
7 years ago
Fadhel_Chaabane
a1d9ebe4ab
New Feature: Added Support for cookie's SameSite attribute.
7 years ago
Nickatak
a9646716d2
Fix typo in example.
7 years ago
David Lord
87c2e121e0
clean up FLASK_ENV docs [ci skip]
7 years ago
Armin Ronacher
2433522d29
Add Support for FLASK_ENV ( #2570 )
...
This introduces environments to Flask
7 years ago
Hsiaoming Yang
60eecb547d
Remove python 2.6 and 3.3 everywhere. ( #2583 )
7 years ago
David Lord
c11fe5d007
smaller, optimized image
...
reword / reformat the docs
fix tox build directory
7 years ago
Grey Li
94fd3edf31
Docs: Update CLI for factory pattern
7 years ago
David Lord
28d0f66c1f
remove tests and docs for python 2.6 and 3.3
7 years ago
Andy Craze
1cdfe0e5e9
Fix sentry raven install docs
...
The documentation for installing Sentry's raven client was incorrect. It should state that the client must be installed with the extra flask dependencies as mentioned in getsentry/raven-python#1075
7 years ago
Grey Li
58ea360d43
Docs: Add missing backslash
7 years ago
Grey Li
8a5e389da0
Docs: Fixed typo
7 years ago
Harry Moreno
2d2c0169d4
Fix docs, how to get db connection in pattern
...
The docs are inaccurately suggestion a db connection would be available at `g.db`, after calling `get_db()` a connection will be available at `g._database` but even then I think instructing the user to use `get_db()` is the best way forward.
7 years ago
Vladimir Kroz
d08d96acbc
Fix code example for HTTP Methods
...
`return` is required to make 'http methods' example work
7 years ago
Ngalim Siregar
5892a6f2c5
Update PyCharm image
...
add highlighted area to pycharm image
7 years ago
Ngalim Siregar
601cd90fdb
update pycharm instructions
7 years ago
Grey Li
602c771327
Docs: update built-in server description
7 years ago
Per Mortensen
110a752565
Update Twisted Web example
7 years ago
Bogdan Alexandru Marginean
b89cf95816
Update appfactories.rst
7 years ago
Radoslav Gerganov
9291ead32e
Fix typo in logging.rst ( #2492 )
...
Remove extra parenthesis from RequestFormatter constructor.
7 years ago
Mrn Om
c352714478
Fix grammar/typos
7 years ago
David Lord
9bc329c0c9
rewrite cli docs
...
reflects the current FLASK_APP detection
7 years ago
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