Kaydet (Commit) 8b2fce0f authored tarafından Matthias K's avatar Matthias K Kaydeden (comit) Markus Holtermann

Fixed a typo

üst 6ae617dc
...@@ -626,7 +626,7 @@ way to tell these named URLs apart. ...@@ -626,7 +626,7 @@ way to tell these named URLs apart.
Django applications that make proper use of URL namespacing can be deployed more Django applications that make proper use of URL namespacing can be deployed more
than once for a particular site. For example :mod:`django.contrib.admin` has an than once for a particular site. For example :mod:`django.contrib.admin` has an
:class:`~django.contrib.admin.AdminSite` class which allows you to easily :class:`~django.contrib.admin.AdminSite` class which allows you to easily
:ref:`deploy more than once instance of the admin <multiple-admin-sites>`. :ref:`deploy more than one instance of the admin <multiple-admin-sites>`.
In a later example, we'll discuss the idea of deploying the polls application In a later example, we'll discuss the idea of deploying the polls application
from the tutorial in two different locations so we can serve the same from the tutorial in two different locations so we can serve the same
functionality to two different audiences (authors and publishers). functionality to two different audiences (authors and publishers).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment