Ignore:
Timestamp:
Jul 25, 2009, 1:52:49 AM (15 years ago)
Author:
mitchb
Message:
Stop telling Django users to touch index.fcgi; it never worked anyway
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locker/deploy/bin/django

    r1278 r1279  
    123123print "  /mit/$USER/Scripts/django/$name/\n";
    124124print "To access manage.py, run 'ssh -k $USER\@scripts' and cd to the above directory.\n\n";
    125 print "When you edit your code, run the command\n";
    126 print "  touch /mit/$USER/web_scripts/$addrend/index.fcgi\n";
    127 print "before testing, to cause your site to reload the new code.\n";
    128125press_enter;
    129126
Note: See TracChangeset for help on using the changeset viewer.