You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-23Lines changed: 0 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,6 @@
14
14
</p>
15
15
16
16
17
-
> [!IMPORTANT]
18
-
> WIP
19
-
20
17
## About
21
18
Seamless integration with Django commands and shell within Neovim. This plugin leverages the power of Telescope to offer an intuitive interface for executing Django commands and running Django shell code directly from your Neovim editor.
22
19
@@ -42,26 +39,6 @@ If you are using Lazy nvim
42
39
dependencies= { "nvim-telescope/telescope.nvim" }
43
40
}
44
41
```
45
-
46
-
## Usage
47
-
> [!IMPORTANT]
48
-
> **Assumptions:**
49
-
> - Python virtual environment set up in the current working directory and it is named `.venv`.
50
-
> - Ensure your `manage.py` file is in the current working directory or one level down.
51
-
52
-
### Example Directory Structure
53
-
```markdown
54
-
project_root/
55
-
├── **.venv/**
56
-
├── app/
57
-
│ ├── __init__.py
58
-
│ ├── models.py
59
-
│ ├── views.py
60
-
│ ├── **manage.py**
61
-
│ └── ...
62
-
└── ...
63
-
```
64
-
65
42
### Keymaps
66
43
Create a `.py` file for testing. write the code to be executed in that file and:
0 commit comments