CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 19 Aug 2025 04:22:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100203095300
location: https://web.archive.org/web/20100203095300/https://github.com/alex/django-wsgi
server-timing: captures_list;dur=0.679843, exclusion.robots;dur=0.023281, exclusion.robots.policy;dur=0.010056, esindex;dur=0.011995, cdx.remote;dur=55.239813, LoadShardBlock;dur=239.884647, PetaboxLoader3.datanode;dur=136.098048, PetaboxLoader3.resolve;dur=86.864797
x-app-server: wwwb-app224
x-ts: 302
x-tr: 337
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; 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: Tue, 19 Aug 2025 04:22:51 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 03 Feb 2010 09:53:00 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "69a407238c5633dc8c82dc9326c181d7"
x-archive-orig-x-runtime: 90ms
x-archive-orig-content-length: 22602
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, 03 Feb 2010 09:53:00 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 13 Jan 2010 19:09:45 GMT", ; rel="prev memento"; datetime="Fri, 15 Jan 2010 14:29:03 GMT", ; rel="memento"; datetime="Wed, 03 Feb 2010 09:53:00 GMT", ; rel="next memento"; datetime="Thu, 25 Feb 2010 18:05:37 GMT", ; rel="last memento"; datetime="Sun, 06 Sep 2020 00:12:40 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_14_20100203073724_crawl103-c/52_14_20100203095257_crawl101.arc.gz
server-timing: captures_list;dur=0.506455, exclusion.robots;dur=0.019204, exclusion.robots.policy;dur=0.009041, esindex;dur=0.010414, cdx.remote;dur=9.555975, LoadShardBlock;dur=111.772466, PetaboxLoader3.datanode;dur=108.294949, PetaboxLoader3.resolve;dur=140.899753, load_resource;dur=193.234153
x-app-server: wwwb-app224
x-ts: 200
x-tr: 377
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
alex's django-wsgi at master - GitHub
This service is courtesy of Pledgie.
alex / django-wsgi
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
A library for better integration between django and the WSGI world. — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Jan 11 15:49:36 -0800 2010 | Initial work. [Alex Gaynor] |
![]() |
LICENSE.txt | Mon Jan 11 15:49:36 -0800 2010 | Initial work. [Alex Gaynor] |
![]() |
MANIFEST.in | Mon Jan 11 15:49:36 -0800 2010 | Initial work. [Alex Gaynor] |
![]() |
README.txt | Mon Jan 11 15:58:18 -0800 2010 | Added readme [Alex Gaynor] |
![]() |
django_wsgi.py | Mon Jan 11 15:49:36 -0800 2010 | Initial work. [Alex Gaynor] |
![]() |
requirements.txt | Mon Jan 11 15:49:36 -0800 2010 | Initial work. [Alex Gaynor] |
![]() |
setup.py | Mon Jan 11 15:58:18 -0800 2010 | Added readme [Alex Gaynor] |
![]() |
test.py | Mon Jan 11 15:49:36 -0800 2010 | Initial work. [Alex Gaynor] |
README.txt
django-wsgi =========== ``django-wsgi`` is an application to make deploying Django views and URLconfs inside the WSGI world easier, as well as deploying WSGI application inside of Django URLconfs.