summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2011-03-03 18:27:08 +0000
committerGabriel Hurley <gabehr@gmail.com>2011-03-03 18:27:08 +0000
commitef53365a7d268ee53e3fdb8847f417d27c1fb5dc (patch)
tree5141ae1ea4f12fac2417fcaf5fa131dccd2b163a
parent113a8c1f1c8de50b3192c3adbefd26b0067b1750 (diff)
[1.2.X] Fixed #15541 -- Updated FAQ to point at djangosites.org instead of defunct wiki page. Thanks to aaugustin for the report and draft patch.
Backport of [15729] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15730 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/faq/general.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/faq/general.txt b/docs/faq/general.txt
index 96abad2f4f..d83db681e6 100644
--- a/docs/faq/general.txt
+++ b/docs/faq/general.txt
@@ -74,12 +74,9 @@ volunteers; you can read all about them over at the :doc:`list of committers
Which sites use Django?
-----------------------
-The Django wiki features a consistently growing `list of Django-powered sites`_.
-Feel free to add your Django-powered site to the list.
+`DjangoSites.org`_ features a constantly growing list of Django-powered sites.
-.. _list of Django-powered sites: http://code.djangoproject.com/wiki/DjangoPoweredSites
-
-.. _mtv:
+.. _DjangoSites.org: http://djangosites.org
Django appears to be a MVC framework, but you call the Controller the "view", and the View the "template". How come you don't use the standard names?
-----------------------------------------------------------------------------------------------------------------------------------------------------