CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 17 Aug 2025 19:07:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100608145535
location: https://web.archive.org/web/20100608145535/https://github.com/jorgebastida/django-dajax
server-timing: captures_list;dur=1.300648, exclusion.robots;dur=0.052698, exclusion.robots.policy;dur=0.032829, esindex;dur=0.018944, cdx.remote;dur=117.603602, LoadShardBlock;dur=369.772817, PetaboxLoader3.resolve;dur=193.204673, PetaboxLoader3.datanode;dur=80.662851
x-app-server: wwwb-app202
x-ts: 302
x-tr: 543
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app202; 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, 17 Aug 2025 19:07:14 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 08 Jun 2010 14:55:35 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "0a550aa3e8ba2e8700da39a31e68b3a1"
x-archive-orig-x-runtime: 60ms
x-archive-orig-content-length: 27154
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: Tue, 08 Jun 2010 14:55:35 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 05 Feb 2010 07:48:55 GMT", ; rel="prev memento"; datetime="Wed, 07 Apr 2010 22:15:29 GMT", ; rel="memento"; datetime="Tue, 08 Jun 2010 14:55:35 GMT", ; rel="next memento"; datetime="Thu, 11 Oct 2012 13:19:15 GMT", ; rel="last memento"; datetime="Fri, 24 May 2024 04:45:31 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: alexa-web-20100608160907-00009/52_16_20100608145341_crawl101.arc.gz
server-timing: captures_list;dur=0.762499, exclusion.robots;dur=0.034216, exclusion.robots.policy;dur=0.018898, esindex;dur=0.015035, cdx.remote;dur=31.949209, LoadShardBlock;dur=415.624996, PetaboxLoader3.resolve;dur=333.703045, PetaboxLoader3.datanode;dur=222.184077, load_resource;dur=201.376100
x-app-server: wwwb-app202
x-ts: 200
x-tr: 719
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
jorgebastida's django-dajax at master - GitHub
jorgebastida / django-dajax
- Source
- Commits
- Network (2)
- Issues (2)
- Downloads (8)
- Wiki (3)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
Easy to use library to create asynchronous presentation logic with django and dajaxice — Read more
name | age | message | |
---|---|---|---|
![]() |
CHANGELOG | Sun Mar 28 14:10:56 -0700 2010 | Updated CHANGELOG [jorgebastida] |
![]() |
COPYING | Tue Dec 01 07:22:58 -0800 2009 | Export from google code [jorgebastida] |
![]() |
INSTALL | Wed Dec 02 02:31:59 -0800 2009 | New MANIFEST and solving initialize bug [jorgebastida] |
![]() |
LICENSE | Tue Dec 01 07:22:58 -0800 2009 | Export from google code [jorgebastida] |
![]() |
MANIFEST | Thu Dec 10 03:56:50 -0800 2009 | Updating MANIFEST to include CHANGELOG for debi... [jorgebastida] |
![]() |
README | Tue Feb 23 08:36:21 -0800 2010 | New README [jorgebastida] |
![]() |
dajax/ | Sun Mar 28 02:59:08 -0700 2010 | Fixing some issues, and new Dajaxice.EXCEPTION ... [jorgebastida] |
![]() |
dajaxexamples/ | Sun Mar 28 02:59:08 -0700 2010 | Fixing some issues, and new Dajaxice.EXCEPTION ... [jorgebastida] |
![]() |
setup.py | Sun Mar 28 02:59:08 -0700 2010 | Fixing some issues, and new Dajaxice.EXCEPTION ... [jorgebastida] |
![]() |
src/ | Sun Mar 28 02:59:08 -0700 2010 | Fixing some issues, and new Dajaxice.EXCEPTION ... [jorgebastida] |
README
Dajax is a powerfull tool to easily and super-fastly develop asynchronous presentation logic in web applications using python and almost no lines of JS source code. It supports up to four of the most popular JS frameworks: Prototype, jQuery, Dojo and mootols. Using dajaxice communication core, dajax implements an abstraction layer between the presentation logic managed with JS and your python business logic. With dajax you can modify your DOM structure directly from python. Note: If you want to avoid mixing your Presentation logic within your Business logic, try dajaxice . Dajaxice implements an easy to use protocol to invoke your ajax functions asynchronously without any JavaScript Framework requirement. Official site https://dajaxproject.com Dajax Home https://wiki.github.com/jorgebastida/django-dajax/0751-0800-upgrade-manual Upgrade Manual 0.7.5.1 -> 0.8.0.0 https://wiki.github.com/jorgebastida/django-dajax/0751-0800-upgrade-manual Installation https://wiki.github.com/jorgebastida/django-dajax/installation Dajaxice Home https://github.com/jorgebastida/django-dajaxice NOTE About dajax.core.js flavours: - django-dajax requires to include some static-flavoured js files in your html <head> section. - django-dajax supports up to four js frameworks, so you need to include one that mach your js-framework requirements. - This files reside inside: - Unix: /usr/share/django-dajax - OSX: /Library/Frameworks/Python.framework/Versions/2.X/share/django-dajax - You must include one of this files in your html code, so you have three options: - Symlink the file to your public static folder. - Copy the file to your public static folder (Be Aware to re-copy that file after updating the package). - Configure your HTTP server to serve the file statically from that folder.