{"id":14483746,"url":"https://github.com/jmcomets/vim-pony","last_synced_at":"2026-03-04T05:33:01.522Z","repository":{"id":65626262,"uuid":"1661604","full_name":"jmcomets/vim-pony","owner":"jmcomets","description":"Pony power for working with Django projects.","archived":false,"fork":false,"pushed_at":"2018-06-24T13:45:32.000Z","size":15,"stargazers_count":67,"open_issues_count":4,"forks_count":11,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-27T22:02:27.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmcomets.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-04-25T20:53:22.000Z","updated_at":"2024-07-01T07:52:36.000Z","dependencies_parsed_at":"2023-02-01T12:10:12.128Z","dependency_job_id":null,"html_url":"https://github.com/jmcomets/vim-pony","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jmcomets/vim-pony","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcomets%2Fvim-pony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcomets%2Fvim-pony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcomets%2Fvim-pony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcomets%2Fvim-pony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmcomets","download_url":"https://codeload.github.com/jmcomets/vim-pony/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcomets%2Fvim-pony/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30072546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-09-03T00:02:05.500Z","updated_at":"2026-03-04T05:33:01.490Z","avatar_url":"https://github.com/jmcomets.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# pony.vim\n\nPony power for working with Django projects in Vim.\n\n![Pony powered](http://media.djangopony.com/img/small/badge.png)\n\n## Installation\n\nFor those using [pathogen](https://github.com/tpope/vim-pathogen),\nsimply copy/clone the entire repo in your ~/.vim/bundle.\n\nOtherwise, copy `plugin/pony.vim` to your ~/.vim/plugin folder.\n\n## Jump commands\n\nSome basic commands are available to jump to commonly used files in Django:\n\n- Dadmin: admin.py\n- Dmodels: models.py\n- Dsettings: settings.py\n- Dtests: tests.py\n- Durls: urls.py\n- Dviews: views.py\n\nAll these *jump commands* take an optional \"app\" argument, and will\njump accordingly to the file in that app. Defaults to the current directory.\n\nExample :\n\n    :Dviews app \" opens app/views.py\n    :Dmodels \" opens app/models.py\n\n## Managing commands\n\nThe manage.py utility script is available via `:Dmanage`.\nNote that any command involving the manage.py utility must be run\nfrom that directory.\n\nShortcuts are available for a few common manage.py commands:\n\n- Drunserver : manage.py runserver\n- Dsyncdb : manage.py syncdb\n- Dshell : manage.py shell\n- Ddbshell : manage.py dbshell\n\nTip: I use `:Dr` for runserver, `:Dsy` for syncdb and `:Dsh` for shell.\n\n## Configuration\n\n    g:pony_prefix           prefix to all Pony's commands (default: \"D\")\n    g:pony_display_colors   flag indicating if the manage.py should output colors (default: 1)\n    g:pony_manage_filename  filename of the manage.py script (default: manage.py)\n    g:pony_python_cmd       exact command to run on the manage.py script (default: python)\n\n## Credits\n\n- [Rainer Borene](https://github.com/rainerborene), the initial contributor\n- [Jean-Marie Comets](https://github.com/jmcomets), current maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcomets%2Fvim-pony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmcomets%2Fvim-pony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcomets%2Fvim-pony/lists"}