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: Sun, 12 Oct 2025 01:09:40 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: Sun, 12 Oct 2025 01:04:40 GMT
x-served-by: cache-fra-etou8220096-FRA, cache-bom-vanm7210085-BOM
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1760231080.987091,VS0,VE225
vary: Cookie, Accept-Language, Accept-Encoding
content-length: 5966
Second part of tutorial is up | Weblog | Django
Skip to main content
Back to Top
Second part of tutorial is up
Posted by Adrian Holovaty on July 17, 2005I've finished part 2 of the official Django tutorial. It covers one of Django's sexier features: The automatic creation of admin interfaces for your data.
Even if you're just peripherally interested in how Django works, give this a skim. It has quite a few screenshots that illustrate what Django admin-generation is all about.
Read it, and let us know in the comments, or IRC channel, how it can be improved. Of course, more is on the way.