Skip to content

Commit 5fe3ae1

Browse files
committed
updated readme
1 parent 4b0b4f0 commit 5fe3ae1

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
</p>
1515

1616

17-
> [!IMPORTANT]
18-
> WIP
19-
2017
## About
2118
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.
2219

@@ -42,26 +39,6 @@ If you are using Lazy nvim
4239
dependencies = { "nvim-telescope/telescope.nvim" }
4340
}
4441
```
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-
6542
### Keymaps
6643
Create a `.py` file for testing. write the code to be executed in that file and:
6744

0 commit comments

Comments
 (0)