Admin -> Backend

This commit is contained in:
Armin Ronacher 2011-06-29 15:36:02 +02:00
parent 5aabc40700
commit c26a6dd50c

View file

@ -42,7 +42,7 @@ are combined by the dispatcher middleware into a larger one that
dispatched based on prefix.
For example you could have your main application run on `/` and your
backend interface on `/admin`::
backend interface on `/backend`::
from werkzeug.wsgi import DispatcherMiddleware
from frontend_app import application as frontend