{"id":21510490,"url":"https://github.com/caltechads/django-wildewidgets","last_synced_at":"2026-02-17T05:32:37.366Z","repository":{"id":57210092,"uuid":"322733272","full_name":"caltechads/django-wildewidgets","owner":"caltechads","description":"django-wildewidgets is a Django design library providing several tools for building full-featured, widget-based web applications with a standard, consistent design, based on Bootstrap.","archived":false,"fork":false,"pushed_at":"2026-02-13T22:01:15.000Z","size":1438,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-14T04:39:55.478Z","etag":null,"topics":["altair","chartjs","datatables","django","django-wildewidgets"],"latest_commit_sha":null,"homepage":"http://django-wildewidgets.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caltechads.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-19T00:17:30.000Z","updated_at":"2026-02-13T22:01:17.000Z","dependencies_parsed_at":"2024-02-03T00:30:07.245Z","dependency_job_id":"1522dcc9-5236-4989-9a37-91909dc44f32","html_url":"https://github.com/caltechads/django-wildewidgets","commit_stats":{"total_commits":403,"total_committers":3,"mean_commits":"134.33333333333334","dds":0.3002481389578163,"last_synced_commit":"f779d2641d9f42ecaf5151e27ca6b225f002de23"},"previous_names":["caltechads/django-wildewidget"],"tags_count":176,"template":false,"template_full_name":null,"purl":"pkg:github/caltechads/django-wildewidgets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechads%2Fdjango-wildewidgets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechads%2Fdjango-wildewidgets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechads%2Fdjango-wildewidgets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechads%2Fdjango-wildewidgets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caltechads","download_url":"https://codeload.github.com/caltechads/django-wildewidgets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechads%2Fdjango-wildewidgets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29534943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["altair","chartjs","datatables","django","django-wildewidgets"],"created_at":"2024-11-23T21:48:57.649Z","updated_at":"2026-02-17T05:32:37.343Z","avatar_url":"https://github.com/caltechads.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n     _ _                                     _ _     _               _     _            _       \n    | (_)                                   (_) |   | |             (_)   | |          | |      \n  __| |_  __ _ _ __   __ _  ___ _____      ___| | __| | _____      ___  __| | __ _  ___| |_ ___ \n / _` | |/ _` | '_ \\ / _` |/ _ \\___\\ \\ /\\ / / | |/ _` |/ _ \\ \\ /\\ / / |/ _` |/ _` |/ _ \\ __/ __|\n| (_| | | (_| | | | | (_| | (_) |   \\ V  V /| | | (_| |  __/\\ V  V /| | (_| | (_| |  __/ |_\\__ \\\n \\__,_| |\\__,_|_| |_|\\__, |\\___/     \\_/\\_/ |_|_|\\__,_|\\___| \\_/\\_/ |_|\\__,_|\\__, |\\___|\\__|___/\n     _/ |             __/ |                                                   __/ |             \n    |__/             |___/                                                   |___/              \n```\n\n`django-wildewidgets` is a Django design library providing several tools for building\nfull-featured, widget-based web applications with a standard, consistent design, based \non Bootstrap.\n\nThe package includes the source to a [demo](https://wildewidgets.caltech.edu).\n\n## Quick start\n\nInstall:\n\n    pip install django-wildewidgets\n\nIf you plan on using [Altair charts](https://github.com/altair-viz/altair), run:\n\n    pip install altair\n\nAdd \"wildewidgets\" to your INSTALLED_APPS setting like this:\n\n    INSTALLED_APPS = [\n        ...\n        'wildewidgets',\n    ]\n\n\nInclude the wildewidgets URLconf in your project urls.py like this:\n\n    from wildewidgets import WildewidgetDispatch\n\n    urlpatterns = [\n        ...\n        path('\u003curlbasepath\u003e/wildewidgets_json', WildewidgetDispatch.as_view(), name='wildewidgets_json'),\n    ]\n\n\nAdd the appropriate resources to your template files.\n\nFirst, add this to your `\u003chead\u003e`:\n\n    \u003clink rel=\"stylesheet\" href=\"{% static 'wildewidgets/css/wildewidgets.css' %}\"\u003e \n\nFor [ChartJS](https://www.chartjs.org/) (regular business type charts), add the corresponding javascript file:\n\n    \u003cscript src=\"https://cdn.jsdelivr.net/npm/chart.js@2.9.4/dist/Chart.min.js\"\u003e\u003c/script\u003e \n\nFor [Altair](https://github.com/altair-viz/altair) (scientific charts), use:\n\n    \u003cscript src=\"https://cdn.jsdelivr.net/npm/vega@5\"\u003e\u003c/script\u003e\n    \u003cscript src=\"https://cdn.jsdelivr.net/npm/vega-lite@4\"\u003e\u003c/script\u003e\n    \u003cscript src=\"https://cdn.jsdelivr.net/npm/vega-embed@6\"\u003e\u003c/script\u003e  \n\nFor [DataTables](https://github.com/DataTables/DataTables), use:\n\n    \u003cscript src=\"https://cdn.datatables.net/1.10.21/js/jquery.dataTables.min.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment.min.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"https://cdn.datatables.net/plug-ins/1.10.21/sorting/datetime-moment.js\"\u003e\u003c/script\u003e\n\nand:\n\n    \u003clink href=\"https://cdn.datatables.net/1.10.21/css/jquery.dataTables.min.css\" rel=\"stylesheet\" /\u003e\n\nand, if using [Tabler](https://tabler.io), include:\n\n    \u003clink rel=\"stylesheet\" href=\"{% static 'css/table_extra.css' %}\"\u003e \n\nFor [ApexCharts](https://apexcharts.com), use:\n\n    \u003cscript src=\"https://cdn.jsdelivr.net/npm/apexcharts\"\u003e\u003c/script\u003e\n\nIf you plan on using CodeWidget, you'll need to include the following to get syntax highlighting:\n\n    \u003clink rel=\"stylesheet\" href=\"{% static 'css/highlighting.css' %}\"\u003e \n\n## Documentation\n\n[django-wildewidgets.readthedocs.io](http://django-wildewidgets.readthedocs.io/) is the full\nreference for django-wildewidgets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaltechads%2Fdjango-wildewidgets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaltechads%2Fdjango-wildewidgets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaltechads%2Fdjango-wildewidgets/lists"}