1 2 3 4 5 6 7 8 9
import os from settings import * _cwd = os.path.dirname(__file__) MEDIA_PREFIX = '/site_media/' TEMPLATE_DIRS += os.path.join(_cwd, 'master', 'templates').replace('\\', '/'), INSTALLED_APPS += ('master',) MEDIA_ROOT = os.path.join(_cwd, 'master', 'media').replace('\\', '/')