changeset 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 1489e9b931b8
children d0175223d650
files doc/HACKING
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/doc/HACKING
@@ -0,0 +1,8 @@
+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.