Skip to content

Commit

Permalink
fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
ira committed Dec 2, 2015
1 parent c98ad75 commit e7d0ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycd/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@

STATIC_URL = os.environ.get('STATIC_URL', '/static/')
STATIC_ROOT = os.path.join(os.path.dirname(os.path.abspath(__file__)),
os.environ.get('STATIC_ROOT', '/tmp/static/'))
os.environ.get('STATIC_ROOT', 'static'))

0 comments on commit e7d0ac6

Please sign in to comment.