Skip to content

Commit 9d17f1b

Browse files
committed
Include an exploratory packages section to the ecosystem page.
These may change more frequently. It will contain GSoC or other DEP created third-party packages.
1 parent f3e9c02 commit 9d17f1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

djangoproject/templates/aggregator/ecosystem.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@ <h2>Packages - use community solutions</h2>
9393

9494
<p>We will refresh this list at least yearly to keep up to date.</p>
9595

96+
<hr />
97+
<h3>Exploratory packages needing feedback</h3>
98+
<p>These packages are those the Django Software Foundation is exploring their viability and could use feedback from the community.</p>
99+
<ul>
100+
<li><a href="https://github.com/RealOrangeOne/django-tasks">Django Tasks</a> &mdash; A lightweight task queue for Django applications, suitable for simple background task processing.</li>
101+
<li><a href="https://github.com/khanxmetu/django-admin-keyshortcuts">Django Admin with Keyboard Shortcuts</a> &mdash; A Django package that adds keyboard shortcuts to the Django Admin interface for improved accessibility.</li>
102+
</ul>
103+
<hr />
104+
96105
<h3>Debugging & Development Tools</h3>
97106
<ul>
98107
<li><a href="https://github.com/jazzband/django-debug-toolbar">Django Debug Toolbar</a> &mdash; A configurable set of panels that display various debug information about the current request/response.</li>

0 commit comments

Comments
 (0)