Skip to content

Commit 395e498

Browse files
tim-schillingfelixxm
authored andcommitted
Added Django ecosystem page to the documentation.
1 parent 0fe2188 commit 395e498

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

docs/faq/general.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,14 @@ If you need a publication date, use the year of release of the version you're
218218
referencing (e.g., 2013 for v1.5)
219219

220220
.. _APA style: https://apastyle.apa.org/
221+
222+
Where can I find more Django resources?
223+
=======================================
224+
225+
The Steering Council maintains a collection of Django third-party packages,
226+
organizations and resources at
227+
https://www.djangoproject.com/community/ecosystem/.
228+
229+
That page will be updated to contain links to various Django content such as
230+
podcasts, videos, conferences, blogs, books, and learning resources. It also
231+
features popular, robust, community-maintained packages.

docs/internals/contributing/index.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ encounter or assist in triaging existing tickets to ensure a smooth development
110110
workflow.
111111

112112
Django also has a :ref:`process for suggesting ideas <requesting-features>`
113-
where you can join the community in discussing ideas for new features.
113+
where you can join the community in discussing ideas for new features. Beyond
114+
the Django codebase, there's a `vibrant ecosystem`_ that is maintained by the
115+
community that you can contribute to.
114116

115117
Explore the ways you can make a difference below, and join us in making Django
116118
better for everyone.
@@ -122,5 +124,6 @@ better for everyone.
122124
triaging-tickets
123125

124126
.. _ticket tracker: https://code.djangoproject.com/
127+
.. _vibrant ecosystem: https://www.djangoproject.com/community/ecosystem/
125128

126129
We're looking forward to working with you. Welcome aboard!

docs/intro/whatsnext.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ So what's next?
1111

1212
Well, we've always been big fans of learning by doing. At this point you should
1313
know enough to start a project of your own and start fooling around. As you need
14-
to learn new tricks, come back to the documentation.
14+
to learn new tricks, come back to the documentation. There's also a bigger
15+
`Django ecosystem`_ out there for you to explore that the community has
16+
created.
1517

1618
We've put a lot of effort into making Django's documentation useful, clear and
1719
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.
2022
(Yes, this is documentation about documentation. Rest assured we have no plans
2123
to write a document about how to read the document about documentation.)
2224

25+
.. _Django ecosystem: https://www.djangoproject.com/community/ecosystem/
26+
2327
Finding documentation
2428
=====================
2529

0 commit comments

Comments
 (0)