From eafda4ef5a9469c15d769763498163499ddb5871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Zapke-Gru=CC=88ndemann?= Date: Wed, 28 Mar 2012 21:39:58 +0200 Subject: add ADMINS and MEDIA_URL --- sublab_project/settings.py | 5 +++-- 1 file 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 -- cgit v1.2.1