summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorTim Schilling <schillingt@better-simple.com>2025-07-11 16:57:24 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-07-13 14:09:47 +0200
commit395e498553e4e01da1ba0ddb5c4708ad9cb8a16a (patch)
tree00e78b7e1057ba52fdb36c8aa33bc2cbc781efcd /docs/intro
parent0fe218842e0e396e3ab3982bd21227968a9e7fd8 (diff)
Added Django ecosystem page to the documentation.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/whatsnext.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt
index 9d5ea692d7..22207c217e 100644
--- a/docs/intro/whatsnext.txt
+++ b/docs/intro/whatsnext.txt
@@ -11,7 +11,9 @@ So what's next?
Well, we've always been big fans of learning by doing. At this point you should
know enough to start a project of your own and start fooling around. As you need
-to learn new tricks, come back to the documentation.
+to learn new tricks, come back to the documentation. There's also a bigger
+`Django ecosystem`_ out there for you to explore that the community has
+created.
We've put a lot of effort into making Django's documentation useful, clear and
as complete as possible. The rest of this document explains more about how the
@@ -20,6 +22,8 @@ documentation works so that you can get the most out of it.
(Yes, this is documentation about documentation. Rest assured we have no plans
to write a document about how to read the document about documentation.)
+.. _Django ecosystem: https://www.djangoproject.com/community/ecosystem/
+
Finding documentation
=====================