Changeset 1044 for locker


Ignore:
Timestamp:
Apr 2, 2009, 2:20:10 PM (15 years ago)
Author:
geofft
Message:
django installer: Add pointers to docs.djangoproject.com
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/django

    r1042 r1044  
    104104print "done\n";
    105105
    106 print "\nDjango has been installed.\n\nYour project is located in:\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"
     112print "Your project is located in:\n";
    107113print "  /mit/$USER/Scripts/django/$name/\n";
    108114print "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.