diff options
| author | Garry Polley <garry.polley@c2fo.com> | 2019-09-17 20:12:44 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-20 07:53:35 +0100 |
| commit | d216e67b0cf7b161c8f532ca742e87eb8cf98f4b (patch) | |
| tree | 24c678ee5539ae80b9c1e37b956d312c2089aa3c /docs/ref | |
| parent | d8b6a76bc745b21c6cf2b29c220a91bcae7fd3d7 (diff) | |
Removed outdated information from contrib.sites docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/sites.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt index 52e90cc899..442799ae81 100644 --- a/docs/ref/contrib/sites.txt +++ b/docs/ref/contrib/sites.txt @@ -47,11 +47,10 @@ Why would you use sites? It's best explained through examples. Associating content with multiple sites --------------------------------------- -The Django-powered sites LJWorld.com_ and Lawrence.com_ are operated by the -same news organization -- the Lawrence Journal-World newspaper in Lawrence, -Kansas. LJWorld.com focuses on news, while Lawrence.com focuses on local -entertainment. But sometimes editors want to publish an article on *both* -sites. +The LJWorld.com_ and Lawrence.com_ sites are operated by the same news +organization -- the Lawrence Journal-World newspaper in Lawrence, Kansas. +LJWorld.com focused on news, while Lawrence.com focused on local entertainment. +But sometimes editors wanted to publish an article on *both* sites. The naive way of solving the problem would be to require site producers to publish the same story twice: once for LJWorld.com and again for Lawrence.com. |
