config_dev.py 170 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 import os from .config_base import * # Now, override some configuration settings, or add new ones # Ex: # Override DOC_DIR DOC_DIR = os.path.join(DOC_DIR, "dev-doc")