-
-
Notifications
You must be signed in to change notification settings - Fork 997
Sc ecosystem page #2060
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Sc ecosystem page #2060
Conversation
View at /community/ecosystem/
- Rename duplicate url name - Add package Material Icon - Add section and link from index page to ecosystem page
These are just a first stab at a list of packages that are good starting points for new members of the community. Needs to be vetted for URL/description accuracy.
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see a documentation section (CCBV & co, djangogirls, blogs, etc).
The overall look is fine for now.
Should we consider in the future having this in one or more models so it's easier to make adjsutments?
— Django Conference Europe YouTube channel | ||
</li> | ||
<li> | ||
<a href="https://djangotv.com">Django.tv</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jeff is doing a good job of bringing conference talks here. Could we consider only adding DjangoTV and not the conferences youtube channels?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's a benefit to making the conferences known, but could go either way. It's also pressure on a single person to aggregate things rather than relying on the various groups. I'd lean towards keeping the conferences mentioned, but can live with them being removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inbound several small changes. I used suggestions so it should be easy to include or dismiss them.
The other bit I was thinking is do we want to wrap these text bits in translate tag? Eventually that answer should be yes. I'm not sure if it should happen "now". I think we should do it now. I doubt we're going to change this frequently and we're unlikely to come back to it.
</li> | ||
<li> | ||
<a href="https://djangopackages.org">Django Packages</a> | ||
— a directory of reusable apps, sites, tools, and more for your Django projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
— a directory of reusable apps, sites, tools, and more for your Django projects. | |
— A directory of reusable apps, sites, tools, and more for your Django projects. |
|
||
<li> | ||
<a href="https://jazzband.co/projects">Jazzband</a> | ||
— a collaborative community to share the responsibility of maintaining Python-based (but mainly Django) projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
— a collaborative community to share the responsibility of maintaining Python-based (but mainly Django) projects. | |
— A collaborative community to share the responsibility of maintaining Python-based (but mainly Django) projects. |
</li> | ||
<li> | ||
<a href="https://djangochat.com">DjangoChat Podcast</a> | ||
— The OP podcast on the Django Web Framework |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
— The OP podcast on the Django Web Framework | |
— A podcast on the Django Web Framework and the community. |
I'm not sure what OP means in this context.
</li> | ||
<li> | ||
<a href="https://djangobrew.com">DjangoBrew Podcast</a> | ||
— A fun, caffeine-powered podcast about the Django web |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
— A fun, caffeine-powered podcast about the Django web | |
— A fun, caffeine-powered podcast about the Django web. |
</li> | ||
<li> | ||
<a href="https://djangobook.com">DjangoBook.com</a> | ||
— An aggregator for in-print books and courses on Django, sorted by most recent Django version updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
— An aggregator for in-print books and courses on Django, sorted by most recent Django version updated. | |
— An aggregator for in-print books and courses on Django. |
Removed a detail that's feels irrelevant and is subject to change by the website.
<h3>Internationalization & Localization</h3> | ||
<ul> | ||
<li><a href="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> | ||
<li><a href="https://github.com/MatthieuDartiailh/django-modeltrans">django-modeltrans</a> — Provides a simple way to translate Django models using a JSONField.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li><a href="https://github.com/MatthieuDartiailh/django-modeltrans">django-modeltrans</a> — Provides a simple way to translate Django models using a JSONField.</li> | |
<li><a href="https://github.com/zostera/django-modeltrans/">django-modeltrans</a> — Provides a simple way to translate Django models using a JSONField.</li> |
|
||
<h3>Email & Notifications</h3> | ||
<ul> | ||
<li><a href="https://github.com/anymail/django-anymail">django-anymail</a> — Integrates various transactional email services (like Mailgun, SendGrid) with Django's email backend.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li><a href="https://github.com/anymail/django-anymail">django-anymail</a> — Integrates various transactional email services (like Mailgun, SendGrid) with Django's email backend.</li> | |
<li><a href="https://anymail.dev">django-anymail</a> — Integrates various transactional email services (like Mailgun, SendGrid) with Django's email backend.</li> |
<h3>Email & Notifications</h3> | ||
<ul> | ||
<li><a href="https://github.com/anymail/django-anymail">django-anymail</a> — Integrates various transactional email services (like Mailgun, SendGrid) with Django's email backend.</li> | ||
<li><a href="https://github.com/stephenmcd/django-pony-express">Django Pony Express</a> — A simple email queuing and sending system for Django applications.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li><a href="https://github.com/stephenmcd/django-pony-express">Django Pony Express</a> — A simple email queuing and sending system for Django applications.</li> | |
<li><a href="https://github.com/ambient-innovation/django-pony-express/">Django Pony Express</a> — A simple email queuing and sending system for Django applications.</li> |
This feels like a really young project to include (60 commits).
<ul> | ||
<li><a href="https://github.com/django-waffle/django-waffle">django-waffle</a> — Feature flipper for Django, allowing for easy rollout and testing of new features.</li> | ||
<li><a href="https://github.com/carltongibson/django-filter">django-filter</a> — Provides a simple way to filter down querysets based on user selections.</li> | ||
<li><a href="https://github.com/agusmakmun/django-tasks">Django Tasks</a> — A lightweight task queue for Django applications, suitable for simple background task processing.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li><a href="https://github.com/agusmakmun/django-tasks">Django Tasks</a> — A lightweight task queue for Django applications, suitable for simple background task processing.</li> | |
<li><a href="https://github.com/RealOrangeOne/django-tasks">Django Tasks</a> — A lightweight task queue for Django applications, suitable for simple background task processing.</li> |
<h3>Testing & Fixtures</h3> | ||
<ul> | ||
<li><a href="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> | ||
<li><a href="https://github.com/FactoryBoy/factory_boy">Factory Boy</a> — A test fixtures replacement based on thoughtbot's factory_bot for Ruby, providing a powerful way to create test data.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li><a href="https://github.com/FactoryBoy/factory_boy">Factory Boy</a> — A test fixtures replacement based on thoughtbot's factory_bot for Ruby, providing a powerful way to create test data.</li> | |
<li><a href="https://github.com/FactoryBoy/factory_boy">Factory Boy</a> — A test fixtures replacement that provides a powerful way to create test data.</li> |
I think we should remove the reference to a person/org in another community unless we want to add a link to get more context.
PR for #1909
Add third-party package / ecosystem / etc page. This is a v1 prototype for sure without much care for design, just to get the information out there and so we can iterate on it.