Bug 1436598 - Removed unused Django media configuration

Since we don't allow user uploads.
This commit is contained in:
Ed Morley 2018-02-05 17:31:30 +00:00
Родитель 6083b36c83
Коммит 610c824c94
3 изменённых файлов: 0 добавлений и 4 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -22,7 +22,6 @@ npm-error.log
# Treeherder-specific
dist/
docs/_build/
treeherder/media/
treeherder/static/
ui/js/config/local.conf.js
# frontend test coverage

Просмотреть файл

@ -40,9 +40,6 @@ WHITENOISE_ROOT = path("..", "dist")
STATIC_ROOT = path("static")
STATIC_URL = "/static/"
MEDIA_ROOT = path("media")
MEDIA_URL = "/media/"
# Default minimum regression threshold for perfherder is 2% (otherwise
# e.g. the build size tests will alert on every commit)
PERFHERDER_REGRESSION_THRESHOLD = 2

Просмотреть файл