Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 515 Bytes

File metadata and controls

19 lines (12 loc) · 515 Bytes

bpython-django

This project is based on 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

Install

pip install bpython-django

Usage

python manage shell or python manage shell -i bpython