Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnoortheen/xontrib-django
Django management command completions for Xonsh shell
https://github.com/jnoortheen/xontrib-django
django xonsh xontrib
Last synced: 29 days ago
JSON representation
Django management command completions for Xonsh shell
- Host: GitHub
- URL: https://github.com/jnoortheen/xontrib-django
- Owner: jnoortheen
- License: mit
- Created: 2022-04-09T11:35:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T07:38:59.000Z (about 2 years ago)
- Last Synced: 2024-08-03T01:12:16.153Z (3 months ago)
- Topics: django, xonsh, xontrib
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xontribs - django - Django management command completions for Xonsh shell. (Tab-completions)
README
Django auto-completions for Xonsh shell
## Installation
To install use pip:
```bash
xpip install xontrib-django
# or: xpip install -U git+https://github.com/jnoortheen/xontrib-django
```## Usage
```bash
xontrib load django
```## Releasing your package
- Bump the version of your package.
- Create a GitHub release (The release notes are automatically generated as a draft release after each push).
- And publish with `poetry publish --build` or `twine`