Skip to content

Commit

Permalink
Bring sentry media inline with static standards
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 31, 2012
1 parent 71d3069 commit 6818f4b
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/sentry/web/frontend/generic.py
Expand Up @@ -49,7 +49,7 @@ def static_media(request, module, path, root=None):
if root:
document_root = root
elif module == 'sentry':
document_root = os.path.join(settings.MODULE_ROOT, 'static')
document_root = os.path.join(settings.MODULE_ROOT, 'static', 'sentry')
elif module not in dj_settings.INSTALLED_APPS:
raise Http404('Invalid module provided.')
else:
Expand Down

0 comments on commit 6818f4b

Please sign in to comment.