Skip to content

Commit

Permalink
Merge pull request #9 from megge-dream/add-static-files-mocks-setting…
Browse files Browse the repository at this point in the history
…s-fix-default-url-path

fix default url path
  • Loading branch information
trifonovmixail authored Sep 14, 2016
2 parents fecb353 + 4878c57 commit 881e9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seismograph/ext/mocker/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
MOCK_BLOCKED_STATUS = 'blocked'

DEFAULT_STATIC_FOLDER = 'static'
DEFAULT_STATIC_URL_PATH = 'static'
DEFAULT_STATIC_URL_PATH = '/static'

0 comments on commit 881e9db

Please sign in to comment.