Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
added default image src in settings
  • Loading branch information
Tim Watts committed Mar 7, 2012
1 parent 3e81801 commit 0372e60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions settings/default.py
Expand Up @@ -2,6 +2,7 @@

# Django settings for the mozillians project.
import logging
import os

from funfactory.manage import path
from funfactory import settings_base as base
Expand Down Expand Up @@ -190,3 +191,7 @@
# Sorl settings
THUMBNAIL_DUMMY = True
THUMBNAIL_PREFIX = 'cache/'

# This is for the commons/helper.py thumbnail.
# This path is relative to MEDIA_ROO
DEFAULT_IMAGE_SRC = 'img/unknown.png'

0 comments on commit 0372e60

Please sign in to comment.