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
<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>
99
99
<ul>
100
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. We want to know if the API is a quality interface for task queues across a variety of brokers.</li>
101
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. We want to know how the tool works for users to identify improvements.</li>
102
102
</ul>
103
103
<hr/>
104
104
105
-
<h3>Debugging & Development Tools</h3>
105
+
<h3id="debugging-and-development-tools">Debugging & Development Tools</h3>
106
106
<ul>
107
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>
108
108
<li><ahref="https://github.com/adamchainz/django-browser-reload">django-browser-reload</a> — Enables automatic browser reloading during development when code changes are detected.</li>
109
109
<li><ahref="https://github.com/django-extensions/django-extensions">Django Extensions</a> — A collection of custom extensions for Django, including management commands, model field types, and more.</li>
<li><ahref="https://github.com/jschneier/django-storages">django-storages</a> — Provides a variety of storage backends for Django, including S3, Azure, and more. <ahref="#django-storages">Learn More...</a></li>
115
115
<li><ahref="https://github.com/evansd/whitenoise">Whitenoise</a> — Serves static files directly from Django without the need for a separate web server.</li>
116
116
</ul>
117
117
118
-
<h3>API Development</h3>
118
+
<h3id="api-development">API Development</h3>
119
119
<ul>
120
120
<li><ahref="https://github.com/encode/django-rest-framework">Django REST Framework (DRF)</a> — A powerful and flexible toolkit for building Web APIs in Django.</li>
121
121
<li><ahref="https://github.com/vitalik/django-ninja">Django Ninja</a> — A fast, asynchronous-ready web framework for building APIs with Django and Python type hints.</li>
122
122
</ul>
123
123
124
-
<h3>Content Management Systems (CMS)</h3>
124
+
<h3id="cms">Content Management Systems (CMS)</h3>
125
125
<ul>
126
126
<li><ahref="https://github.com/wagtail/wagtail">Wagtail</a> — An open-source Django CMS focused on flexibility and user experience.</li>
127
127
<li><ahref="https://github.com/django-cms/django-cms">Django CMS</a> — A user-friendly and developer-friendly CMS for Django, offering multilingual support and a plugin architecture.</li>
128
128
<li><ahref="https://github.com/feincms/feincms">FeinCMS</a> — A Django-based CMS with a focus on extensibility and minimalism.</li>
<li><ahref="https://github.com/pennersr/django-allauth">Django Allauth</a> — Integrated set of Django applications addressing authentication, registration, account management, and third-party (social) account authentication.</li>
134
134
<li><ahref="https://github.com/python-social-auth/social-app-django">Python Social Auth - Django</a> — Easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.</li>
<li><ahref="https://github.com/skorokithakis/django-loginas">django-loginas</a> — Adds a "Log in as user" button in the Django admin interface for easy user impersonation.</li>
139
139
</ul>
140
140
141
-
<h3>Forms & Views</h3>
141
+
<h3id="forms-and-views">Forms & Views</h3>
142
142
<ul>
143
143
<li><ahref="https://github.com/django-crispy-forms/django-crispy-forms">django-crispy-forms</a> — Helps to manage Django forms in a DRY way, allowing control over form rendering behavior.</li>
<li><ahref="https://github.com/carltongibson/django-template-partials">django-template-partials</a> — Reusable named inline partials for Django Templates.</li>
<li><ahref="https://github.com/theskumar/python-dotenv">python-dotenv</a> — Reads key-value pairs from a .env file and can set them as environment variables, aiding in development and deployment.</li>
155
155
<li><ahref="https://github.com/joke2k/django-environ">django-environ</a> — Allows you to utilize 12-factor methodology to configure your Django application with environment variables.</li>
<li><ahref="https://github.com/adamchainz/django-cors-headers">Django CORS Headers</a> — Adds Cross-Origin Resource Sharing (CORS) headers to Django responses, allowing or blocking cross-origin requests.</li>
161
161
<li><ahref="https://github.com/mozilla/django-csp">Django CSP</a> — Implements Content Security Policy for Django applications to prevent XSS and other code injection attacks.</li>
<li><ahref="https://github.com/model-bakers/model_bakery">Model Bakery</a> — A tool for creating model instances for testing purposes, focusing on simplicity and speed.</li>
167
167
<li><ahref="https://github.com/FactoryBoy/factory_boy">Factory Boy</a> — A test fixtures replacement that provides a powerful way to create test data.</li>
168
168
<li><ahref="https://github.com/adamchainz/time-machine">time-machine</a> — A tool for mocking time in tests.</li>
169
169
</ul>
170
170
171
-
<h3>Admin Interface Enhancements</h3>
171
+
<h3id="admin">Admin Interface Enhancements</h3>
172
172
<ul>
173
173
<li><ahref="https://github.com/jrief/django-admin-sortable2">django-admin-sortable2</a> — Adds drag-and-drop sorting functionality to the Django admin interface.</li>
174
174
<li><ahref="https://github.com/django-import-export/django-import-export">Django Import Export</a> — Allows importing and exporting of data through the Django admin interface using various formats.</li>
<li><ahref="https://github.com/deschler/django-modeltranslation">django-modeltranslation</a> — Translates dynamic content of existing models to different languages without having to change the original model structure.</li>
180
180
<li><ahref="https://github.com/zostera/django-modeltrans/">django-modeltrans</a> — Provides a simple way to translate Django models using a JSONField.</li>
181
181
<li><ahref="https://github.com/mbi/django-rosetta">django-rosetta</a> — Simplifies the translation process of Django projects by providing a web-based interface to edit .po files.</li>
<li><ahref="https://anymail.dev">django-anymail</a> — Integrates various transactional email services (like Mailgun, SendGrid) with Django's email backend.</li>
187
187
<li><ahref="https://github.com/ambient-innovation/django-pony-express/">Django Pony Express</a> — A simple email queuing and sending system for Django applications.</li>
<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>
193
193
<li><ahref="https://github.com/django-waffle/django-waffle">django-waffle</a> — Feature flipper for Django, allowing for easy rollout and testing of new features.</li>
0 commit comments