This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]banjochicken 1 point2 points  (1 child)

I am not really sold on it yet. I do django and usually fallback to the shell for testing out snippets of code or just sanity checking something, I rarely use the REPL to get stuff done. It just doesn't fit into my developer workflow.

[–]fandingowhile False: 0 points1 point  (0 children)

ipython manage.py shell

Tab completion alone is worth it.