Saul Urias
0b4296ff17
Fix typo in appcontext.rst
7 years ago
Anthony Plunkett
7cc71cccec
Set uwsgi link to use :ref:
...
Fixes #2802
7 years ago
Tiago Coutinho
c853d11fc5
Update gevent wsgi
...
gevent.wsgi is deprecated since gevent 1.1 and removed in gevent 1.3.
gevent.pywsgi should be used instead
7 years ago
Grey Li
07b9ff6e77
Make super() compatible for Python2
7 years ago
Daniel Opitz
676efcc21a
Fixed LaTeX errors on documentation PDF generation
7 years ago
Aaron Hall, MBA
5a75da5471
add missing port to localhost URL
7 years ago
Aaron Hall, MBA
a6750079f8
add missing port to localhost URL
7 years ago
Daiana Marasquin
104808b480
fix syntax error and typo in quickstart.rst
7 years ago
David Lord
5965cb7e1c
rename to FLASK_SKIP_DOTENV, add docs, test
7 years ago
Yao Long
9b6878af5a
document error on fileupload
...
after file uploaded, it should redirect for uploaded_file page instead
of upload page
7 years ago
Vik
9394c389bf
Update config.rst
...
Fix Debug Default: By default Debug is only True when ENV is 'development'
7 years ago
David Lord
5d00869aa5
expand explantion about default redirects
7 years ago
Vik
ad1ce2721b
Update config.rst
...
Fix Debug Default: By default Debug is only True when ENV is 'development'
7 years ago
Hampus Dunström
a2536e1bdb
Added short note about Werkzeug redirect behaviour
7 years ago
David Lord
3f81582d5d
fix docs index sidebar
7 years ago
David Lord
8ceff653c5
fix docs index sidebar
7 years ago
David Lord
08ef4d03d8
fix docs index sidebar
7 years ago
David Lord
0997e7c8d1
fix docs logo
7 years ago
David Lord
987b0098d8
fix docs logo
7 years ago
David Lord
22992a0d53
add donate link
7 years ago
David Lord
2ede0b8ba9
add donate link
7 years ago
David Lord
4137aecca9
add donate link
7 years ago
David Lord
44dc32243e
add donate link
7 years ago
Grey Li
7df3524bb9
Fix typo in docs
7 years ago
David Lord
93698b509b
document cli option env vars
...
closes #2713
7 years ago
David Lord
84efe4de77
enable intersphinx
7 years ago
David Lord
679bf0014f
use theme provided by pallets-sphinx-themes
7 years ago
David Lord
49a38ed999
use theme provided by pallets-sphinx-themes
7 years ago
David Lord
1e84c67beb
clean up js example
7 years ago
David Lord
fce1885f76
add javascript ajax example
7 years ago
David Lord
1ed756a523
add Response.max_cookie_size config
7 years ago
Grey Li
2f9be68a81
Add tips for 413 connection reset issue
7 years ago
David Lord
46dc14664f
document blueprint static folder without prefix
7 years ago
David Lord
c3dd7b8e4c
rewrite tutorial docs and example
7 years ago
David Lord
2411707492
rework context docs
7 years ago
David Lord
4462cc57c8
rewrite extension docs
...
remove old extension patterns
remove flask.ext from api docs
7 years ago
David Lord
303a3d24a6
rewrite quickstart Unique URLs section
7 years ago
David Lord
82f0d120de
use subdomain arg in url_map.bind_to_environ
...
rename new subdomain test, parametrize
test allowing subdomains as well as ips
add subdomain_matching param to docs
add some references to docs
add version changed to create_url_adapter
7 years ago
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