Please check that out, and suggest any ideas you have!
Fancy being a mentor? — mostly this is being ready to input on an idea or a PR to help students keep up momentum. It’s usually fun, and not too taxing. — If mentoring sounds fun to you, please let me know.
@carltongibson One project idea that I’ve come up with would be to make the Django Debug Toolbar compatible with Django Channels / ASGI. It’s a shortcoming of the toolbar that needs to be dealt with eventually, but I haven’t made time for it yet.
It would require some knowledge of Django Channels, ASGI and how the Django Debug Toolbar works.
Expected outcome would be a PR (or multiple PRs) moving the toolbar towards full compatibility with Django channels and async logic.
hey @carltongibson ! I’m Shruti Pulstya pursuing my engineering in Information Science and I’m interested in contributing to and learning from django for GSOC 2022.
I’d like to contribute to one of the projects mentioned in the ideas list labeled as “Add rate-limiting to core”.
Could you please what do i need to know for the above mentioned project idea?
Just as a tactical point, given the existing discussion, it’s likely we’ll have at least that application in for that project… If you’re particularly interested in that project, then that would show through in your application, but having an eye to one of the other project ideas listed (such as DB Cascades, or per-field instance lookups) might be worth thinking about too.
I hope that helps. If you have particular questions please do open a new topic!
Hey @carltongibson ,
I’m planning to apply to Django in GSoC 2023 so if you guys are thinking of GSoC again, please let me know !
I know it’s too soon, but I’m going through the ideas list mentioned here: https://code.djangoproject.com/wiki/SummerOfCode2022#Ideas .
Feel free to update the list as per the requirement.
Hi @adiaholic — We will likely do GSoC again next year, yes. If you’re keen to be accepted the best way is to become an active contributor from now. That way we’ll know who you are, what the quality of your work is, and you’ll be able to create a project proposal that really ties in to things you know about and have worked on.
Hi @carltongibson i want to be accepted in gsoc 2023 i.e the upcoming gsoc, I have prior experience in nodejs, express, django and flask
please guide on how to start contributing and things to do
Thank you
The short answer is Get Contributing — if we know you, we’ll know your abilities, and if you’ve been contributing you’ll have a better idea for a good project.
Hi @carltongibson I have been contributing to the Django project for quite a while now and have been aiming for GSOC with Django just wanted to ask what ideas are still active or would be good to propose.
We’ll have an official list in Jan or so, but we’re always open to any ideas, so if you come up with something you would like to work on do let us know.
Hi @carltongibson, adding configuration options to email backends sounds interesting to me, but I’m having a little trouble understanding the scope of the project.
From what I’ve gathered after reading the related tickets and mailing list discussions, I understand that the aim would be to move from the multiple email config settings we have now and instead configure them from a single setting (maybe a dictionary), similar to how database backends are configured, and modify the EmailBackend to support this.
Is this correct or am I missing something in the scope?