Add advice about absolute paths to quickstart config.

This commit is contained in:
Georg Brandl 2008-04-13 08:25:17 +00:00
parent be080234bb
commit 2786397971

View File

@ -29,10 +29,12 @@ QUICKSTART_CONF = '''\
# All configuration values have a default value; values that are commented out # All configuration values have a default value; values that are commented out
# serve to show the default value. # serve to show the default value.
import sys import sys, os
# If your extensions are in another directory, add it here. # If your extensions are in another directory, add it here. If the directory
#sys.path.append('some/directory') # is relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
#sys.path.append(os.path.abspath('some/directory'))
# General configuration # General configuration
# --------------------- # ---------------------