Skip to content

Commit

Permalink
fix pathing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Jasinski committed Sep 28, 2014
1 parent 4f4c88d commit b64f319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobiletrans/settings/base.py
Expand Up @@ -3,7 +3,7 @@
import environ

default_project_root = environ.Path(__file__) - 2
default_environment_root = default_project_root - 2
default_environment_root = default_project_root - 3
default_log_dir = default_environment_root.path('var', 'log')
default_htdocs_dir = default_environment_root.path('htdocs')

Expand Down

0 comments on commit b64f319

Please sign in to comment.