diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt
index cea1a44..b17f827 100644
a
|
b
|
To enable the sites framework, follow these steps:
|
260 | 260 | |
261 | 261 | 3. Run :djadmin:`migrate`. |
262 | 262 | |
| 263 | In order to serve multiple sites in production, you'd create a separate settings |
| 264 | file with each ``SITE_ID`` and deploy each settings file as you would a normal |
| 265 | Django site. |
| 266 | |
263 | 267 | ``django.contrib.sites`` registers a |
264 | 268 | :data:`~django.db.models.signals.post_migrate` signal handler which creates a |
265 | 269 | default site named ``example.com`` with the domain ``example.com``. This site |