You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: djangoproject/templates/aggregator/ecosystem.html
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,15 @@ <h2>Packages - use community solutions</h2>
93
93
94
94
<p>We will refresh this list at least yearly to keep up to date.</p>
95
95
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><ahref="https://github.com/RealOrangeOne/django-tasks">Django Tasks</a> — A lightweight task queue for Django applications, suitable for simple background task processing.</li>
101
+
<li><ahref="https://github.com/khanxmetu/django-admin-keyshortcuts">Django Admin with Keyboard Shortcuts</a> — A Django package that adds keyboard shortcuts to the Django Admin interface for improved accessibility.</li>
102
+
</ul>
103
+
<hr/>
104
+
96
105
<h3>Debugging & Development Tools</h3>
97
106
<ul>
98
107
<li><ahref="https://github.com/jazzband/django-debug-toolbar">Django Debug Toolbar</a> — A configurable set of panels that display various debug information about the current request/response.</li>
0 commit comments