Skip to content

Commit

Permalink
updating config location for django app
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Nov 8, 2009
1 parent b53e87b commit a03642b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/mootools/settings.py
Expand Up @@ -84,6 +84,6 @@
import logging
logging.basicConfig(level=logging.INFO)
DEPENDER_ROOT = os.path.abspath(os.path.dirname(__file__) + "/..")
DEPENDER_CONFIG_JSON = os.path.join(os.path.dirname(__file__), "../../config.json")
DEPENDER_CONFIG_JSON = os.path.join(os.path.dirname(__file__), "../../config/config.json")
DEPENDER_YUI_PATH = os.path.join(os.path.dirname(__file__), "../../compressors/yuicompressor-2.4.2.jar")
DEPENDER_DEBUG = False

0 comments on commit a03642b

Please sign in to comment.