# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = path.join(PROJECT_ROOT, '../../media/')
# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = path.join(PROJECT_ROOT, '../../media/')
'services.apps.ServicesConfig',
'ssh_keys.apps.SshKeysConfig',
'cas_provider',
'django_gravatar',
'services.apps.ServicesConfig',
'ssh_keys.apps.SshKeysConfig',
'cas_provider',
'django_gravatar',
# Import localsettings file, which may override settings defined here
try:
from .localsettings import *
# Import localsettings file, which may override settings defined here
try:
from .localsettings import *