diff options
| author | Tim Graham <timograham@gmail.com> | 2014-06-30 18:47:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-30 18:48:49 -0400 |
| commit | bbf0a9545bd098f09aeb0c2fb63497eb0ddf13ad (patch) | |
| tree | bb8902de2b184c53f088a03390070c63e919f072 /docs/ref/contrib | |
| parent | f3a933d7c19b944a2dc86c1232f5c6c7224d2fe7 (diff) | |
Fixed #22482 -- Recommended using data migrations in contrib.sites docs.
Thanks scibi for the report.
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/sites.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt index efb85f2698..cea1a441da 100644 --- a/docs/ref/contrib/sites.txt +++ b/docs/ref/contrib/sites.txt @@ -264,8 +264,8 @@ To enable the sites framework, follow these steps: :data:`~django.db.models.signals.post_migrate` signal handler which creates a default site named ``example.com`` with the domain ``example.com``. This site will also be created after Django creates the test database. To set the -correct name and domain for your project, you can use an :doc:`initial data -fixture </howto/initial-data>`. +correct name and domain for your project, you can use a :ref:`data migration +<data-migrations>`. Caching the current ``Site`` object =================================== |
