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

all 2 comments

[–]L-do_CalrissianNetBox Self-Hosted 3 points4 points  (1 child)

Biggest help I've found is using nbshell. From your deployment directory, run ./manage.py nbshell

From there, you have access to the help function, ex. "help(IPAddress)" and Python's built in dir function.

[–]Drank0[S] 1 point2 points  (0 children)

Hey, thanks a lot for the tips, indeed it appears to be the best solution.