CARVIEW |
Select Language
HTTP/2 200
server: nginx
content-type: text/html; charset=utf-8
content-language: en
x-frame-options: SAMEORIGIN
x-content-type-options: nosniff
referrer-policy: same-origin
cross-origin-opener-policy: same-origin
expires: Sat, 11 Oct 2025 14:11:16 GMT
cache-control: max-age=300
strict-transport-security: max-age=31536000; includeSubDomains; preload
permissions-policy: interest-cohort=()
x-xss-protection: 1; mode=block
access-control-allow-origin: https://code.djangoproject.com
content-encoding: gzip
via: 1.1 varnish, 1.1 varnish
accept-ranges: bytes
age: 0
date: Sat, 11 Oct 2025 14:06:16 GMT
x-served-by: cache-fra-eddf8230095-FRA, cache-bom-vanm7210020-BOM
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1760191576.118490,VS0,VE212
vary: Cookie, Accept-Language, Accept-Encoding
content-length: 5952
Source code to djangoproject.com now available | Weblog | Django
Skip to main content
Back to Top
Source code to djangoproject.com now available
Posted by Adrian Holovaty on July 19, 2005We've made available the full Django source code and templates that power this site. Just browse to the appropriate place in our code repository and explore.
This site in particular makes much use of "generic" views, which haven't been documented yet -- but will be, soon. They're a way of creating a site without needing to writing any Python view code: All you do is create your URLconf and templates.