summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sublab_project/settings.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/sublab_project/settings.py b/sublab_project/settings.py
index 8eeb475..b28a007 100644
--- a/sublab_project/settings.py
+++ b/sublab_project/settings.py
@@ -10,7 +10,8 @@ DEBUG = False
TEMPLATE_DEBUG = DEBUG
ADMINS = (
- # ('Your Name', 'your_email@example.com'),
+ ('nobody', 'nobody-sublab.org@nowhere.ws'),
+ ('keimlink', 'markus@keimlink.de')
)
MANAGERS = ADMINS
@@ -56,7 +57,7 @@ MEDIA_ROOT = ''
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash.
# Examples: "http://media.lawrence.com/media/", "http://example.com/media/"
-MEDIA_URL = ''
+MEDIA_URL = '/media/'
# Absolute path to the directory static files should be collected to.
# Don't put anything in this directory yourself; store your static files