Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Django

Django - Library

< >

Django is a library created in 2005.

#354on PLDB 18Years Old 4.4kUsers

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")
batch.html 路 django.html 路 mariadb.html

View source

- Build the next great programming language Search Day 209 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com