CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 05:40:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090808145354
location: https://web.archive.org/web/20090808145354/https://github.com/t11e/django/tree/master
server-timing: captures_list;dur=0.724586, exclusion.robots;dur=0.022030, exclusion.robots.policy;dur=0.009784, esindex;dur=0.014130, cdx.remote;dur=21.231769, LoadShardBlock;dur=200.379977, PetaboxLoader3.datanode;dur=47.305798, PetaboxLoader3.resolve;dur=107.899595
x-app-server: wwwb-app211
x-ts: 302
x-tr: 262
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; 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: Sat, 09 Aug 2025 05:40:18 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 08 Aug 2009 14:53:53 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 422ms
x-archive-orig-etag: "80b95c0c78e0fe803df173d0535a8c06"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 30211
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 08 Aug 2009 14:53:54 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 07 Jan 2009 18:14:42 GMT", ; rel="prev memento"; datetime="Fri, 19 Jun 2009 13:18:26 GMT", ; rel="memento"; datetime="Sat, 08 Aug 2009 14:53:54 GMT", ; rel="last memento"; datetime="Sat, 08 Aug 2009 14:53:54 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_11_20090808055819_crawl102.gpg-c/51_11_20090808145332_crawl101.arc.gz
server-timing: captures_list;dur=0.682270, exclusion.robots;dur=0.022225, exclusion.robots.policy;dur=0.010565, esindex;dur=0.011964, cdx.remote;dur=12.548732, LoadShardBlock;dur=593.282519, PetaboxLoader3.resolve;dur=593.776273, PetaboxLoader3.datanode;dur=116.317941, load_resource;dur=165.699240
x-app-server: wwwb-app211
x-ts: 200
x-tr: 838
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
t11e's django at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/t11e/django.git
Give this clone URL to anyone.
git clone git://github.com/t11e/django.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:t11e/django.git
|

mtredinnick (author)
Fri Aug 07 19:56:19 -0700 2009
django /
name | age | message | |
---|---|---|---|
![]() |
AUTHORS | Loading commit data... ![]() |
|
![]() |
INSTALL | Fri Sep 05 17:07:14 -0700 2008 | Fixed #8876 -- Fixed incorrect path to install.... [adrian] |
![]() |
LICENSE | ||
![]() |
MANIFEST.in | ||
![]() |
README | ||
![]() |
django/ | ||
![]() |
docs/ | Fri Aug 07 19:56:19 -0700 2009 | Bumped the version number in the docs to reflec... [mtredinnick] |
![]() |
examples/ | Mon May 01 18:31:56 -0700 2006 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This chan... [adrian] |
![]() |
extras/ | ||
![]() |
scripts/ | ||
![]() |
setup.cfg | Tue Apr 03 05:28:19 -0700 2007 | Fixed #3338, #3536, #3796 -- Fixed a bunch of s... [mtredinnick] |
![]() |
setup.py | Mon Aug 03 14:16:54 -0700 2009 | Add a trove classifier that I missed when I ori... [ubernostrum] |
![]() |
tests/ |
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://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.
This feature is coming soon. Sit tight!