CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 01:27:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100315102451
location: https://web.archive.org/web/20100315102451/https://github.com/django/django
server-timing: captures_list;dur=0.678951, exclusion.robots;dur=0.039779, exclusion.robots.policy;dur=0.027183, esindex;dur=0.013506, cdx.remote;dur=32.777255, LoadShardBlock;dur=237.765426, PetaboxLoader3.datanode;dur=52.942144, PetaboxLoader3.resolve;dur=50.962862
x-app-server: wwwb-app219
x-ts: 302
x-tr: 303
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app219; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 30 Jul 2025 01:27:52 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 15 Mar 2010 10:24:51 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "d374cc050e0e10e28714f27dec5e5ffd"
x-archive-orig-x-runtime: 196ms
x-archive-orig-content-length: 30500
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 15 Mar 2010 10:24:51 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 17 Sep 2009 01:42:47 GMT", ; rel="prev memento"; datetime="Fri, 12 Feb 2010 09:15:25 GMT", ; rel="memento"; datetime="Mon, 15 Mar 2010 10:24:51 GMT", ; rel="next memento"; datetime="Tue, 16 Mar 2010 23:53:49 GMT", ; rel="last memento"; datetime="Sat, 12 Jul 2025 08:52:22 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100315100039_crawl102-c/51_14_20100315102405_crawl101.arc.gz
server-timing: captures_list;dur=1.296975, exclusion.robots;dur=0.031900, exclusion.robots.policy;dur=0.014385, esindex;dur=0.028394, cdx.remote;dur=1074.171046, LoadShardBlock;dur=152.247012, PetaboxLoader3.datanode;dur=121.809784, PetaboxLoader3.resolve;dur=168.642346, load_resource;dur=169.032877
x-app-server: wwwb-app219
x-ts: 200
x-tr: 1487
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
django's django at master - GitHub
django / django
- Source
- Commits
- Network (116)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
UNOFFICIAL mirror of the Subversion repository. Contact jezdez on irc.freenode.net or github@jezdez.com when problems occur. — Read more

russellm (author)
Mon Mar 15 02:57:57 -0700 2010
django /
README
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. All documentation is in the "docs" directory and online at https://docs.djangoproject.com/en/dev/. If you're just getting started, here's how we recommend you read the docs: * First, read docs/intro/install.txt for instructions on installing Django. * Next, work through the tutorials in order (docs/intro/tutorial01.txt, docs/intro/tutorial02.txt, etc.). * If you want to set up an actual deployment server, read docs/howto/deployment/index.txt for instructions. * You'll probably want to read through the topical guides (in docs/topics) next; from there you can jump to the HOWTOs (in docs/howto) for specific problems, and check out the reference (docs/ref) for gory details. Docs are updated rigorously. If you find any problems in the docs, or think they should be clarified in any way, please take 30 seconds to fill out a ticket here: https://code.djangoproject.com/newticket To get more help: * Join the #django channel on irc.freenode.net. Lots of helpful people hang out there. Read the archives at https://botland.oebfare.com/logger/django/. * Join the django-users mailing list, or read the archives, at https://groups.google.com/group/django-users. To contribute to Django: * Check out https://www.djangoproject.com/community/ for information about getting involved.