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
29 changes: 20 additions & 9 deletions djangoproject/templates/aggregator/ecosystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,7 @@ <h3 id="exploratory-packages">
These packages might be included in Django in the near future. Please try them out and give feedback!
</p>
<ul>
<li>
<a href="https://github.com/RealOrangeOne/django-tasks">Django Tasks</a>
&mdash; A lightweight task queue, suitable for simple background task processing. We want to know if the API is
applicable 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; Add keyboard shortcuts to the Django Admin interface for improved accessibility. We want to know how
Expand Down Expand Up @@ -324,6 +320,17 @@ <h3 id="templates">
</li>
</ul>

<h3 id="tasks">
Background Tasks
<a class="headerlink" href="#tasks" aria-label="Link to this heading" aria-describedby="community-ecosystem">¶</a>
</h3>
<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.
</li>
</ul>

<h3 id="upgrade-utilities">
Upgrade utilities
<a class="headerlink" href="#upgrade-utilities" aria-label="Link to this heading" aria-describedby="community-ecosystem">¶</a>
Expand Down Expand Up @@ -387,6 +394,14 @@ <h3 id="testing-fixtures">
<a href="https://github.com/adamchainz/time-machine">time-machine</a>
&mdash; A tool for mocking time in tests.
</li>
<li>
<a href="https://github.com/pytest-dev/pytest-django">pytest-django</a>
&mdash; pytest plugin for Django.
</li>
<li>
<a href="https://github.com/revsys/django-test-plus">django-test-plus</a>
&mdash; A library that reduces a lot of the boilerplate for testing Django apps.
</li>
</ul>

<h3 id="admin">
Expand Down Expand Up @@ -445,10 +460,6 @@ <h3 id="utilities-miscellaneous">
<a class="headerlink" href="#utilities-miscellaneous" aria-label="Link to this heading" aria-describedby="community-ecosystem">¶</a>
</h3>
<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.
</li>
<li>
<a href="https://github.com/django-waffle/django-waffle">django-waffle</a>
&mdash; Feature flipper for Django, allowing for easy rollout and testing of new features.
Expand Down