Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions djangoproject/templates/aggregator/ecosystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ <h2>Packages - use community solutions</h2>

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

<hr />
<h3>Exploratory packages needing feedback</h3>
<p>The Steering Council is exploring the viability of these packages and would benefit from your help. Please try them out and open an issue with your feedback!</p>
<ul>
<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. We want to know if the API is a quality interface for task queues across a variety of brokers.</li>
<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. We want to know how the tool works for users to identify improvements.</li>
</ul>
<hr />

<h3>Debugging & Development Tools</h3>
<ul>
<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>
Expand Down