Skip to content

Commit

Permalink
Merge pull request #1181 from steve-dave/master-appsetwhitespace
Browse files Browse the repository at this point in the history
Cleanup whitespace in app_settings.py (master)
  • Loading branch information
obfuscurity committed Mar 5, 2015
2 parents bfba3b4 + cfaab6a commit 1183fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/graphite/app_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License."""

# Django settings for graphite project.
# DO NOT MODIFY THIS FILE DIRECTLY - use local_settings.py instead
from os.path import dirname, join, abspath
Expand All @@ -34,7 +35,6 @@
LANGUAGE_CODE = 'en-us'

# Absolute path to the directory that holds media.

MEDIA_ROOT = ''

# URL that handles the media served from MEDIA_ROOT.
Expand Down

0 comments on commit 1183fd6

Please sign in to comment.