DEV Community

Discussion on: Any open source django projects to start practicing with?

Collapse
 
rhymes profile image
rhymes

You could start from awesome-django but it's a long list and I don't know which of those projects have beginner friendly tickets.

A possible way to narrow down the list is to look at the most popular projects or libraries that have a singular purpose that might be easier to work on.

A couple (active projects) that I picked from Awesome Django:

  • django-rest-framework is the most popular library to build a REST API on top of Django. They have a bunch of open issues and explcitly say the following in their issues page

  • django-q is a simple and cool multiprocess distributed queue for Django that integrates with its admin