# HG changeset patch # User paulb # Date 1114954145 0 # Node ID c925905ba182c09e15a1dea344adc6cf5ced2116 # Parent fd5f1976cc8260eacd70733583a8ce53559e8c2b [project @ 2005-05-01 13:29:05 by paulb] Added a reminder about paths in the deployed application. diff -r fd5f1976cc82 -r c925905ba182 tools/Apache/config.py --- a/tools/Apache/config.py Sun May 01 13:28:47 2005 +0000 +++ b/tools/Apache/config.py Sun May 01 13:29:05 2005 +0000 @@ -168,8 +168,10 @@ except ImportError: print "Not configuring the sessions directory ownership." + print "--------" print "Configuration completed." print "You may need to run an administrative tool to add the new site '%s' to Apache." % site_name print "eg. a2ensite" + print "You may also want to check any sys.path definitions in your application." # vim: tabstop=4 expandtab shiftwidth=4