Skip to content

Commit

Permalink
- better root dir detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bess committed Feb 11, 2013
1 parent 5ed348a commit 4a70f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.py
Expand Up @@ -10,8 +10,8 @@
# Should not be changed, this is the absolute path to the directory
# containing main.py, core/, etc.
# type: string
# default: os.path.abspath('.')
ROOT_DIR = os.path.abspath('.')
# default: os.path.dirname(__file__)
ROOT_DIR = os.path.dirname(__file__)

# An absolute path to the directory that will store all indexes
# for the search engine. Must have trailing slash.
Expand Down

0 comments on commit 4a70f13

Please sign in to comment.