CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 13:23:54 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091202153554
location: https://web.archive.org/web/20091202153554/https://github.com/django/django/tree/1.0
server-timing: captures_list;dur=0.671651, exclusion.robots;dur=0.026552, exclusion.robots.policy;dur=0.012612, esindex;dur=0.012100, cdx.remote;dur=40.620402, LoadShardBlock;dur=212.581284, PetaboxLoader3.datanode;dur=81.164038, PetaboxLoader3.resolve;dur=109.130912
x-app-server: wwwb-app217
x-ts: 302
x-tr: 283
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app217; 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: Thu, 31 Jul 2025 13:23:55 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 02 Dec 2009 15:35:53 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "d342d70c9b1dc9202dc9e808ee4113bb"
x-archive-orig-x-runtime: 77ms
x-archive-orig-content-length: 32281
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: Wed, 02 Dec 2009 15:35:54 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 02 Dec 2009 15:35:54 GMT", ; rel="memento"; datetime="Wed, 02 Dec 2009 15:35:54 GMT", ; rel="last memento"; datetime="Wed, 02 Dec 2009 15:35: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: 52_13_20091202124143_crawl101-c/52_13_20091202153516_crawl101.arc.gz
server-timing: captures_list;dur=0.679219, exclusion.robots;dur=0.032322, exclusion.robots.policy;dur=0.012401, esindex;dur=0.015792, cdx.remote;dur=93.445044, LoadShardBlock;dur=308.921548, PetaboxLoader3.datanode;dur=262.085920, PetaboxLoader3.resolve;dur=187.473414, load_resource;dur=152.536787
x-app-server: wwwb-app217
x-ts: 200
x-tr: 653
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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 1.0 - 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: | UNOFFICIAL mirror of the Subversion repository. Contact jezdez on irc.freenode.net or github@jezdez.com when problems occur. edit |
Homepage: | https://www.djangoproject.com/ edit |
Public Clone URL: |
git://github.com/django/django.git
Give this clone URL to anyone.
git clone git://github.com/django/django.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:django/django.git
|

ubernostrum (author)
Wed Sep 03 16:43:46 -0700 2008
commit 4eeca24048abc7e249e6a7b8ca25660131d73888
tree 2d1613de371a62a4df4da6c5719f2e574b365ee1
parent 1e3c3934bda6625d381599d2d373087733235c91
tree 2d1613de371a62a4df4da6c5719f2e574b365ee1
parent 1e3c3934bda6625d381599d2d373087733235c91
django /
name | age | message | |
---|---|---|---|
![]() |
AUTHORS | Loading commit data... ![]() |
|
![]() |
INSTALL | Thu Jul 27 19:07:43 -0700 2006 | Added section to INSTALL about an alternative i... [adrian] |
![]() |
LICENSE | Sat Aug 09 07:40:51 -0700 2008 | Updated LICENSE file to acknowledge individual ... [mtredinnick] |
![]() |
MANIFEST.in | ||
![]() |
README | Tue Sep 02 09:42:13 -0700 2008 | Cleaned up a bunch of minor doc stuff: * Rem... [jacob] |
![]() |
django/ | ||
![]() |
docs/ | ||
![]() |
examples/ | Mon May 01 18:31:56 -0700 2006 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This chan... [adrian] |
![]() |
extras/ | Mon Aug 25 11:53:18 -0700 2008 | Removed outdated "adminindex" command -- the sa... [jacob] |
![]() |
scripts/ | Sat Jun 09 23:33:31 -0700 2007 | Added a man page for django-admin.py. Also inst... [mtredinnick] |
![]() |
setup.cfg | Tue Apr 03 05:28:19 -0700 2007 | Fixed #3338, #3536, #3796 -- Fixed a bunch of s... [mtredinnick] |
![]() |
setup.py | ||
![]() |
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!