Skip to content

[STAR-2547] - Add iPython for better REPL.

Fox Piacenti requested to merge fox/management-improvement into master

This MR adds iPython to the requirements list. Django picks this up and will use it for its management shell.

JIRA tickets: https://tasks.opencraft.com/browse/STAR-2547

Testing instructions:

  1. Build the image or else install the requirements if using an existing install.
  2. Run make shell
  3. Run ./manage.py shell
  4. Verify the shell is colorful and says it is iPython.

Merge request reports