{"id":20990504,"url":"https://github.com/brejoc/django-intercoolerjs","last_synced_at":"2025-05-14T20:31:32.795Z","repository":{"id":57420475,"uuid":"81201749","full_name":"brejoc/django-intercoolerjs","owner":"brejoc","description":"Django wrapper for intercooler.js - AJAX With Attributes: There is no need to be complex.","archived":false,"fork":false,"pushed_at":"2019-11-13T13:33:17.000Z","size":131,"stargazers_count":30,"open_issues_count":3,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-11T13:32:09.421Z","etag":null,"topics":["ajax","django","django-intercoolerjs","hacktoberfest","intercoolerjs","javascript","jquery","python","zepto"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brejoc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-07T11:39:38.000Z","updated_at":"2023-11-07T12:44:33.000Z","dependencies_parsed_at":"2022-09-26T16:31:22.658Z","dependency_job_id":null,"html_url":"https://github.com/brejoc/django-intercoolerjs","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brejoc%2Fdjango-intercoolerjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brejoc%2Fdjango-intercoolerjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brejoc%2Fdjango-intercoolerjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brejoc%2Fdjango-intercoolerjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brejoc","download_url":"https://codeload.github.com/brejoc/django-intercoolerjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225308084,"owners_count":17453930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","django","django-intercoolerjs","hacktoberfest","intercoolerjs","javascript","jquery","python","zepto"],"created_at":"2024-11-19T06:33:32.717Z","updated_at":"2024-11-19T06:33:33.429Z","avatar_url":"https://github.com/brejoc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django intercooler.js\n=====================\n\ndjango-intercooler.js is just a Django wrapper for [intercooler.js](http://intercoolerjs.org/).\n\nRequirements\n------------\n\n[Django](https://www.djangoproject.com/) 1.3 or later\n\n\nInstallation\n------------\n\n```bash\n$ pip install django-intercoolerjs\n```\n\nSetup\n-----\n\nJust add `'django.contrib.staticfiles'` and `'intercoolerjs'` to INSTALLED_APPS in\nyour settings.py\n```python\nINSTALLED_APPS = (\n    # ...\n\n    'django.contrib.staticfiles',\n    'intercoolerjs',\n\n    # ...\n)\n```\nRefer to Django [static files](https://docs.djangoproject.com/en/dev/howto/static-files/)\ndocumentation to configure and deploy static files.\n\n\nUsage\n-----\n\nYou use intercooler.js in your Django templates like this\n```\n{% load static %}\n\n\u003c!-- only if you also need jQuery --\u003e\n\u003cscript src=\"{% static \"intercoolerjs/js/jquery.js\" %}\"\u003e\u003c/script\u003e\n\u003c!-- this is the minified intercooler.js --\u003e\n\u003cscript src=\"{% static \"intercoolerjs/js/intercooler.min.js\" %}\"\u003e\u003c/script\u003e\n```\nSince version 1.1.0 of intercooler.js it is also possible to use zepto as an alternative\nto jQuery. zepto is not yet bundled with django-intercoolerjs.\n\nVersion numbers\n---------------\n\nWe are keeping the intercooler.js version number, so that intercooler.js releases can\neasily be spotted in django-intercoolerjs. But, since we also need a version number, an\nother dot number is added.\n\nIf intercooler.js version 1.0.3. is the current release, django-intercoolerjs will have\nthe version number 1.0.3.0. This last number will be incremented with every release of\ndjango-intercoolerjs.\n\nDemo\n----\n\nA demo project can be found in the `'demo'` folder along with a\nREADME.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrejoc%2Fdjango-intercoolerjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrejoc%2Fdjango-intercoolerjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrejoc%2Fdjango-intercoolerjs/lists"}