Changeset 1046 for locker/deploy/bin


Ignore:
Timestamp:
Apr 2, 2009, 2:53:22 PM (15 years ago)
Author:
mitchb
Message:
Dammit, Geoff, test things.  Fix django autoinstaller again.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/django

    r1044 r1046  
    104104print "done\n";
    105105
    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"
     106print "\nDjango has been installed. The setup is roughly what's described\n";
     107print "in the shared-hosting section of\n";
     108print "  http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/\n";
     109print "We've also enabled the admin app. You can start from the 'Creating\n";
     110print "models' step of the Django tutorial:\n";
     111print "  http://docs.djangoproject.com/en/dev/intro/tutorial01/#id3\n\n";
    112112print "Your project is located in:\n";
    113113print "  /mit/$USER/Scripts/django/$name/\n";
Note: See TracChangeset for help on using the changeset viewer.