Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`