Skip to content

mkalioby/bpython-django

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%