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

https://github.com/mkalioby/bpython-django

bpython-django - Better Integration with Django for the famous bpython REPL
https://github.com/mkalioby/bpython-django

Last synced: 7 months ago
JSON representation

bpython-django - Better Integration with Django for the famous bpython REPL

Awesome Lists containing this project

README

          

# bpython-django

This project is based on [bpython](https://github.com/bpython/bpython) REPL, I liked it very much but it missed some features for Django, like
* Autocomplete the constructor for the model,
* Autocomplete the attribute name on ModelManager functions like 'filter()' and 'get()'

## Example

[![asciicast](https://asciinema.org/a/443735.png)](https://asciinema.org/a/443735?speed=3&t=2)

## Install

`pip install bpython-django`

## Usage

`python manage shell`
or
`python manage shell -i bpython`