{"id":50824908,"url":"https://github.com/belda/django-shreck","last_synced_at":"2026-06-13T17:33:22.052Z","repository":{"id":345902101,"uuid":"1187786729","full_name":"belda/django-shreck","owner":"belda","description":"A handy tool that combines django shell and database browser","archived":false,"fork":false,"pushed_at":"2026-03-21T10:18:25.000Z","size":835,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-21T23:11:48.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/belda.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-21T06:49:16.000Z","updated_at":"2026-03-21T13:43:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/belda/django-shreck","commit_stats":null,"previous_names":["belda/django-shreck"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/belda/django-shreck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belda%2Fdjango-shreck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belda%2Fdjango-shreck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belda%2Fdjango-shreck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belda%2Fdjango-shreck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/belda","download_url":"https://codeload.github.com/belda/django-shreck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belda%2Fdjango-shreck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34294411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-13T17:33:21.289Z","updated_at":"2026-06-13T17:33:22.043Z","avatar_url":"https://github.com/belda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🟢 django-shreck\n\n\u003e A rich TUI replacement for Django's `shell_plus` — browse models and querysets from your terminal.\n\n![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)\n![Django 4.2+](https://img.shields.io/badge/django-4.2+-green.svg)\n![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)\n\n## Screenshots\n\n\u003cp\u003e\n  \u003cimg src=\"docs/Screenshot_2026-03-21_07-56-03.png\" width=\"48%\" alt=\"Shell and table view\" /\u003e\n  \u003cimg src=\"docs/Screenshot_2026-03-21_07-57-53.png\" width=\"48%\" alt=\"Detail view\" /\u003e\n\u003c/p\u003e\n\u003cp\u003e\n  \u003cimg src=\"docs/Screenshot_2026-03-21_07-58-18.png\" width=\"48%\" alt=\"Inline editing\" /\u003e\n  \u003cimg src=\"docs/Screenshot_2026-03-21_07-58-58.png\" width=\"48%\" alt=\"Side-by-side compare\" /\u003e\n\u003c/p\u003e\n\n\u003e 🎬 [Watch the screencast](docs/screencast.mp4)\n\n## Features\n\n- **Auto-imported models** — All your Django models are available immediately with tab completion\n- **Interactive shell** — Full Python REPL with auto-imported models and history\n- **Scrollable table view** — QuerySets are rendered as rich, scrollable tables\n- **Detail browser** — Single objects displayed as navigable key-value detail views\n- **Inline editing** — Edit and save single model instances directly from the TUI\n- **Side-by-side compare** — Two objects rendered in a diff-style comparison view\n- **Admin integration** — Single keypress opens the Django admin for any object or queryset\n\n## Installation\n\n```bash\npip install django-shreck\n```\n\nAdd to your `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = [\n    # ...\n    \"django_shreck\",\n]\n```\n\n## Usage\n\n```bash\npython manage.py shreck\n```\n\n### Keybindings\n\n| Key | Action |\n|-----|--------|\n| `q` | Quit |\n| `a` | Open admin for current object/queryset |\n| `Enter` | Execute shell input |\n| `↑/↓` | Browse fields / scroll table |\n| `Tab` | Auto-complete |\n\n## Development\n\n```bash\ngit clone https://github.com/belda/django-shreck.git\ncd django-shreck\npython -m venv .venv\nsource .venv/bin/activate\npip install -e \".[dev]\"\nmake test\n```\n\n## License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelda%2Fdjango-shreck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbelda%2Fdjango-shreck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelda%2Fdjango-shreck/lists"}