Changeset 1046
- Timestamp:
- Apr 2, 2009, 2:53:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/deploy/bin/django
r1044 r1046 104 104 print "done\n"; 105 105 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" 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 112 print "Your project is located in:\n"; 113 113 print " /mit/$USER/Scripts/django/$name/\n";
Note: See TracChangeset
for help on using the changeset viewer.