CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 28 Jul 2025 03:31:25 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100212091525
location: https://web.archive.org/web/20100212091525/https://github.com/django/django
server-timing: captures_list;dur=0.462899, exclusion.robots;dur=0.017591, exclusion.robots.policy;dur=0.007847, esindex;dur=0.009762, cdx.remote;dur=48.308047, LoadShardBlock;dur=762.513025, PetaboxLoader3.datanode;dur=69.647102, PetaboxLoader3.resolve;dur=160.880420
x-app-server: wwwb-app203
x-ts: 302
x-tr: 841
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app203; 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: Mon, 28 Jul 2025 03:31:26 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 12 Feb 2010 09:15:25 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "4899cfc3846be3ba0ef967863f02ab05"
x-archive-orig-x-runtime: 103ms
x-archive-orig-content-length: 31823
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: Fri, 12 Feb 2010 09:15:25 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, 08 Jan 2010 14:12:48 GMT", ; rel="memento"; datetime="Fri, 12 Feb 2010 09:15:25 GMT", ; rel="next memento"; datetime="Mon, 15 Mar 2010 10:24:51 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_20100212060623_crawl103-c/51_14_20100212091511_crawl101.arc.gz
server-timing: captures_list;dur=0.668138, exclusion.robots;dur=0.024848, exclusion.robots.policy;dur=0.011688, esindex;dur=0.013905, cdx.remote;dur=69.968639, LoadShardBlock;dur=191.757962, PetaboxLoader3.datanode;dur=107.168706, PetaboxLoader3.resolve;dur=235.204374, load_resource;dur=180.366974
x-app-server: wwwb-app203
x-ts: 200
x-tr: 527
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
This service is courtesy of Pledgie.
django / django
- Source
- Commits
- Network (107)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
UNOFFICIAL mirror of the Subversion repository. Contact jezdez on irc.freenode.net or github@jezdez.com when problems occur. — Read more

russellm (author)
Thu Feb 11 04:26:34 -0800 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/modpython.txt for instructions on running Django under mod_python. * 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.