Changeset 1044 for locker/deploy/bin
- Timestamp:
- Apr 2, 2009, 2:20:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/deploy/bin/django
r1042 r1044 104 104 print "done\n"; 105 105 106 print "\nDjango has been installed.\n\nYour project is located in:\n"; 106 print "\nDjango has been installed. The setup is roughly what's described\n" 107 print "in the shared-hosting section of\n" 108 print " http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/\n" 109 print "We've also enabled the admin app. You can start from the 'Creating\n" 110 print "models' step of the Django tutorial:\n" 111 print " http://docs.djangoproject.com/en/dev/intro/tutorial01/#id3\n\n" 112 print "Your project is located in:\n"; 107 113 print " /mit/$USER/Scripts/django/$name/\n"; 108 114 print "To access manage.py, run 'ssh -k $USER\@scripts' and cd to the above directory.\n\n";
Note: See TracChangeset
for help on using the changeset viewer.