view doc/HACKING @ 104:9088bf1ac7c6

Mention convenient IPython trick: auto-import django models
author Sylvain Beucler <beuc@beuc.net>
date Sat, 01 Aug 2009 11:02:21 +0200
parents
children 92e789878e81
line wrap: on
line source

Debugging
=========

To autoload Django models when running './manage.py shell', check:
http://www.djangosnippets.org/snippets/549/

This requires IPython, which adds completion and other niceties to the
Python shell.