Kaydet (Commit) 7b9537fb authored tarafından Tim Graham's avatar Tim Graham

Fixed #21567 -- Documented how to deploy multiple sites using the sites framework.

üst cfee67ae
......@@ -268,6 +268,11 @@ will also be created after Django creates the test database. To set the
correct name and domain for your project, you can use a :ref:`data migration
<data-migrations>`.
In order to serve different sites in production, you'd create a separate
settings file with each ``SITE_ID`` (perhaps importing from a common settings
file to avoid duplicating shared settings) and then specify the appropriate
:envvar:`DJANGO_SETTINGS_MODULE` for each site.
Caching the current ``Site`` object
===================================
......
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