summaryrefslogtreecommitdiff
path: root/scanneerjammer/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'scanneerjammer/settings.py')
-rw-r--r--scanneerjammer/settings.py9
1 files changed, 5 insertions, 4 deletions
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