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
- Host: GitHub
- URL: https://github.com/mkalioby/bpython-django
- Owner: mkalioby
- License: other
- Fork: true (bpython/bpython)
- Created: 2021-09-30T15:33:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T07:33:02.000Z (over 4 years ago)
- Last Synced: 2026-01-04T02:33:01.937Z (7 months ago)
- Language: Python
- Homepage:
- Size: 9.81 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
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
[](https://asciinema.org/a/443735?speed=3&t=2)
## Install
`pip install bpython-django`
## Usage
`python manage shell`
or
`python manage shell -i bpython`