If you just want to do this by checking things in the shell, take a look at the command shell_plusprovided by the django-extensions project.
This is a really neat extension that launches a shell and automatically loads all the models in your project when you run ./manage.py shell_plusfrom the command line.
source
share