Index: locker/deploy/bin/django
===================================================================
--- locker/deploy/bin/django	(revision 1042)
+++ locker/deploy/bin/django	(revision 1044)
@@ -104,5 +104,11 @@
 print "done\n";
 
-print "\nDjango has been installed.\n\nYour project is located in:\n";
+print "\nDjango has been installed. The setup is roughly what's described\n"
+print "in the shared-hosting section of\n"
+print "  http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/\n"
+print "We've also enabled the admin app. You can start from the 'Creating\n"
+print "models' step of the Django tutorial:\n"
+print "  http://docs.djangoproject.com/en/dev/intro/tutorial01/#id3\n\n"
+print "Your project is located in:\n";
 print "  /mit/$USER/Scripts/django/$name/\n";
 print "To access manage.py, run 'ssh -k $USER\@scripts' and cd to the above directory.\n\n";
