Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Django

< >

Django is an open source library created in 2005.

#662on PLDB 19Years Old

Django ( JANG-goh) is a free and open-source web framework, written in Python, which follows the model-view-template (MVT) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established as a 501(c)(3) non-profit. Django's primary goal is to ease the creation of complex, database-driven websites. Read more on Wikipedia...


Example from hello-world:
from django.http import HttpResponse def index(request): return HttpResponse("Hello World")

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io