CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 16:26:32 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090501001114
location: https://web.archive.org/web/20090501001114/https://github.com/django/django/tree/multi-auth
server-timing: captures_list;dur=0.589136, exclusion.robots;dur=0.023765, exclusion.robots.policy;dur=0.010409, esindex;dur=0.014716, cdx.remote;dur=65.297758, LoadShardBlock;dur=314.526920, PetaboxLoader3.datanode;dur=53.884098, PetaboxLoader3.resolve;dur=222.661496
x-app-server: wwwb-app204
x-ts: 302
x-tr: 412
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app204; 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: Sun, 27 Jul 2025 16:26:33 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Fri, 01 May 2009 00:11:13 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 345ms
x-archive-orig-etag: "9320e0d89b4708ce9973ef04c6b9f4a6"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 24953
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 01 May 2009 00:11:14 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 01 May 2009 00:11:14 GMT", ; rel="memento"; datetime="Fri, 01 May 2009 00:11:14 GMT", ; rel="last memento"; datetime="Fri, 01 May 2009 00:11:14 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_9_20090430200956_crawl103-c/52_9_20090501000217_crawl101.arc.gz
server-timing: captures_list;dur=17.408587, exclusion.robots;dur=0.024227, exclusion.robots.policy;dur=0.012379, esindex;dur=0.012647, cdx.remote;dur=92.487705, LoadShardBlock;dur=287.034961, PetaboxLoader3.datanode;dur=122.087814, PetaboxLoader3.resolve;dur=277.920968, load_resource;dur=155.331315
x-app-server: wwwb-app204
x-ts: 200
x-tr: 628
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 multi-auth - GitHub
- multi-auth
-
all branches
- 0.90-bugfixes
- 0.91-bugfixes
- 0.95-bugfixes
- 0.96-bugfixes
- attic
- boulder-oracle-sprint
- full-history
- generic-auth
- gis
- i18n
- magic-removal
- master
- multi-auth
- multiple-db-support
- new-admin
- newforms-admin
- per-object-permissions
- queryset-refactor
- releases/1.0.X
- schema-evolution
- schema-evolution-ng
- search-api
- sqlalchemy
- unicode
- all tags
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 (updated every 15 minutes) |
Homepage: | https://www.djangoproject.com/ |
Clone URL: |
git://github.com/django/django.git
Give this clone URL to anyone.
git clone git://github.com/django/django.git
|

jkocherhans (author)
Mon Jun 19 08:23:57 -0700 2006
django /
name | age | message | |
---|---|---|---|
![]() |
AUTHORS | Loading commit data... ![]() |
|
![]() |
INSTALL | ||
![]() |
LICENSE | Fri Jul 15 12:38:37 -0700 2005 | Changed name on LICENSE to be lawyerriffic git... [jacob] |
![]() |
README | Thu Sep 29 08:04:02 -0700 2005 | Nonsense change to README to test svn auth setu... [jacob] |
![]() |
django/ | Mon Jun 19 08:23:57 -0700 2006 | multi-auth: Merged to [3151] git-svn-id: http:... [jkocherhans] |
![]() |
docs/ | Mon Jun 19 08:23:57 -0700 2006 | multi-auth: Merged to [3151] git-svn-id: http:... [jkocherhans] |
![]() |
examples/ | Mon May 01 18:31:56 -0700 2006 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This chan... [adrian] |
![]() |
extras/ | Mon May 01 18:31:56 -0700 2006 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This chan... [adrian] |
![]() |
ez_setup.py | Tue Feb 28 18:49:43 -0800 2006 | Fixed #1427 -- Upgraded ez_setup.py to 0.6a10 ... [adrian] |
![]() |
setup.py | ||
![]() |
tests/ | Mon Jun 19 08:23:57 -0700 2006 | multi-auth: Merged to [3151] git-svn-id: http:... [jkocherhans] |
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://www.djangoproject.com/documentation/. If you're just getting started, here's how we recommend you read the docs: * First, read docs/install.txt for instructions on installing Django. * Next, work through the tutorials in order (docs/tutorial01.txt, docs/tutorial02.txt, etc.). * If you want to set up an actual deployment server, read docs/modpython.txt for instructions on running Django under mod_python. * The rest of the documentation is of the reference-manual variety. Read it -- and the FAQ -- as you run into problems. 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://loglibrary.com/179 . * Join the django-users mailing list, or read the archives, at https://groups-beta.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!