CARVIEW |
Select Language
HTTP/2 301
server: nginx
date: Thu, 04 Sep 2025 06:32:56 GMT
content-type: text/html; charset=utf-8
content-length: 108
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 19 Jun 2010 08:53:57 GMT
x-archive-orig-connection: close
x-archive-orig-status: 301 Moved Permanently
location: https://web.archive.org/web/20100619085357/https://github.com/adamv/django-databrowser
x-archive-orig-x-runtime: 4ms
x-archive-orig-content-length: 108
x-archive-orig-cache-control: no-cache
cache-control: max-age=1800
accept-ranges: bytes
memento-datetime: Sat, 19 Jun 2010 08:53:57 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 19 Jun 2010 08:53:57 GMT", ; rel="memento"; datetime="Sat, 19 Jun 2010 08:53:57 GMT", ; rel="last memento"; datetime="Sat, 19 Jun 2010 08:53:57 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_16_20100619071323_crawl102-c/52_16_20100619085152_crawl101.arc.gz
server-timing: captures_list;dur=0.999372, exclusion.robots;dur=0.033446, exclusion.robots.policy;dur=0.015315, esindex;dur=0.014778, cdx.remote;dur=28.309204, LoadShardBlock;dur=250.071544, PetaboxLoader3.datanode;dur=143.185113, PetaboxLoader3.resolve;dur=114.431746, load_resource;dur=146.966469
x-app-server: wwwb-app210
x-ts: 301
x-tr: 489
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; path=/
cache-control: private
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, 04 Sep 2025 06:32:57 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 19 Jun 2010 08:53:57 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "0f9c71dce0d08c6b21f95058e239c874"
x-archive-orig-x-runtime: 36ms
x-archive-orig-content-length: 19327
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: Sat, 19 Jun 2010 08:53:57 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 17 Dec 2009 19:41:39 GMT", ; rel="prev memento"; datetime="Sat, 12 Jun 2010 21:11:04 GMT", ; rel="memento"; datetime="Sat, 19 Jun 2010 08:53:57 GMT", ; rel="last memento"; datetime="Sat, 19 Jun 2010 08:53:57 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_16_20100619071323_crawl102-c/52_16_20100619085152_crawl101.arc.gz
server-timing: captures_list;dur=0.832010, exclusion.robots;dur=0.032414, exclusion.robots.policy;dur=0.014268, esindex;dur=0.017971, cdx.remote;dur=68.010066, LoadShardBlock;dur=294.822522, PetaboxLoader3.datanode;dur=124.005996, PetaboxLoader3.resolve;dur=216.861513, load_resource;dur=110.087194
x-app-server: wwwb-app210
x-ts: 200
x-tr: 540
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
adamv's django-databrowser at master - GitHub
adamv / django-databrowser
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Thu May 21 14:26:52 -0700 2009 | Initial fork from Django. [adamv] |
![]() |
databrowser/ | Loading commit data... ![]() |
|
![]() |
readme.txt | Thu May 21 14:49:01 -0700 2009 | Enable registering multiple models at once, as ... [adamv] |
readme.txt
This is a fork of django.contrib.databrowse. While Django's admin app has decent number of customization hooks, the databrowse app does not, and is not really a priority for the team. Rather than maintain patches to the contrib app, I'm forking it here with changes.