View on GitHub

Code Fellows reading notes

A repository for organizing notes from my learning.

Intro to Django

django: getting started

Source: Djangoproject.com

Django is a Python-based web framework that can be used for many purposes:

How Django Works

Source: wsvincent.com - How Django Works Behind the Scenes

So What is Django?

Django is an open source Python-based web framework. Despite being around for about 16 years, it is still actively developed and updated.

Who Manages Django?

Being open-source, Django still requires funding and operates operates as a Non-profit under the Django Software Foundation.

The DSF pays programmers to be Fellows, which involves triaging tickets, managing releases, and generally keeping Django on track.

The DSF also supports projects related to Django in places like Kickstarter, as well as conferences related to Django.

Despite all this the DSF has a very small budget, consisting of $200,000 in 2019

DSF Organization

The DSF handles administrative tasks, but the technical team has a different structure.

Django, technical team consists of trusted volunteers who work alongside Django Fellows. They divide into teams who have authority over different areas of the Django Project.

Getting Involved

Django holds annual conferences with opportunities to meet contributors in person, all around the world.

Additional Resources