From a32b1ece44b1dec03005ddfeb82c0a9e7b9c963d Mon Sep 17 00:00:00 2001 From: "Maksim A. Boyko" Date: Mon, 11 Jun 2012 13:57:45 -0400 Subject: Core: Update settings --- scanneerjammer/settings.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'scanneerjammer/settings.py') diff --git a/scanneerjammer/settings.py b/scanneerjammer/settings.py index 1d7e5a5..a485e01 100644 --- a/scanneerjammer/settings.py +++ b/scanneerjammer/settings.py @@ -50,18 +50,18 @@ USE_TZ = True # Absolute filesystem path to the directory that will hold user-uploaded files. # Example: "/home/media/media.lawrence.com/media/" -MEDIA_ROOT = '' +MEDIA_ROOT = '/home/boyko/www/scannerjammer.com/media/' # 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 # in apps' "static/" subdirectories and in STATICFILES_DIRS. # Example: "/home/media/media.lawrence.com/static/" -STATIC_ROOT = '' +STATIC_ROOT = '/home/boyko/www/scannerjammer.com/static/' # URL prefix for static files. # Example: "http://media.lawrence.com/static/" @@ -120,10 +120,11 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', + 'django_evalution', # Uncomment the next line to enable the admin: 'django.contrib.admin', # Uncomment the next line to enable admin documentation: - # 'django.contrib.admindocs', + 'django.contrib.admindocs', ) # A sample logging configuration. The only tangible logging -- cgit v1.2.3-70-g09d2