{"id":22161180,"url":"https://github.com/mr-destructive/dj.vim","last_synced_at":"2025-10-04T00:34:39.163Z","repository":{"id":61812583,"uuid":"482894704","full_name":"Mr-Destructive/dj.vim","owner":"Mr-Destructive","description":"A Neovim plugin for faster development of Django projects","archived":false,"fork":false,"pushed_at":"2022-11-15T15:58:30.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T00:05:48.913Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","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/Mr-Destructive.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":"2022-04-18T15:21:01.000Z","updated_at":"2022-10-19T16:00:17.000Z","dependencies_parsed_at":"2023-01-21T19:00:15.059Z","dependency_job_id":null,"html_url":"https://github.com/Mr-Destructive/dj.vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mr-Destructive/dj.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fdj.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fdj.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fdj.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fdj.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mr-Destructive","download_url":"https://codeload.github.com/Mr-Destructive/dj.vim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fdj.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278249889,"owners_count":25955839,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"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":"2024-12-02T04:13:36.031Z","updated_at":"2025-10-04T00:34:39.131Z","avatar_url":"https://github.com/Mr-Destructive.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"## DJ.vim\n\nDJ.vim is a vim plugin for making development process of django projects eassier in vim. It can run management commands, run server, etc. from the vim integrated terminal. \n\n## Features\n\n- Automatically detect virtual environment / create a default environment if not present.\n- Run server inside the integrated terminal in vim.\n- Run management commands such as migrations, starting apps, projects, django shell, etc.\n\n## Setup\n\nInside of the Lua setup for `Packer` add the plugin as follows:\n\n```lua\nuse 'mr-destructive/dj.vim'\n```\n\nFor custom keymappings use the below format:\n\n```vim\nnnoremap yourkeys :lua require(\"django\").FUNCTION_NAME\n```\n\n## Default keymaps\n\n- \u003cleader\u003epr -\u003e `Create_Project()`\n- \u003cleader\u003ers -\u003e `Run_Server()`\n- \u003cleader\u003esh -\u003e `Start_Shell()`\n- \u003cleader\u003emm -\u003e `Makemigrations()`\n- \u003cleader\u003emg -\u003e `Migrate()`\n- \u003cleader\u003eap -\u003e `Start_App()`\n- \u003cleader\u003esu -\u003e `CreateSuperUser()`\n- \u003cleader\u003etm -\u003e `StartTerminal()`\n- \u003cleader\u003ecs -\u003e `RunCustomCommand()`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-destructive%2Fdj.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-destructive%2Fdj.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-destructive%2Fdj.vim/lists"}