docs: improve wording in appdispatch
Clarified the explanation of application dispatching and its benefits.
This commit is contained in:
parent
2579ce9f18
commit
f9e656d568
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@ Application Dispatching
|
||||||
|
|
||||||
Application dispatching is the process of combining multiple Flask
|
Application dispatching is the process of combining multiple Flask
|
||||||
applications on the WSGI level. You can combine not only Flask
|
applications on the WSGI level. You can combine not only Flask
|
||||||
applications but any WSGI application. This would allow you to run a
|
applications but any WSGI application. This allows you to run a
|
||||||
Django and a Flask application in the same interpreter side by side if
|
Django application and a Flask application in the same interpreter
|
||||||
you want. The usefulness of this depends on how the applications work
|
side by side. The usefulness of this depends on how the applications work
|
||||||
internally.
|
internally.
|
||||||
|
|
||||||
The fundamental difference from :doc:`packages` is that in this case you
|
The fundamental difference from :doc:`packages` is that in this case you
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue