aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-05-11 22:57:59 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-05-11 22:57:59 +0200
commitb7b44203ebf3946ff7d7a0ee36155a564eb22249 (patch)
tree15ba03a247001f455bbe2c7d8eb9da3f2ce32cc1 /okupy/settings
parentUpdate travis for the tests move (diff)
downloadidentity.gentoo.org-b7b44203ebf3946ff7d7a0ee36155a564eb22249.tar.gz
identity.gentoo.org-b7b44203ebf3946ff7d7a0ee36155a564eb22249.tar.bz2
identity.gentoo.org-b7b44203ebf3946ff7d7a0ee36155a564eb22249.zip
trivial fixes in settings files
Diffstat (limited to 'okupy/settings')
-rw-r--r--okupy/settings/development.py.sample2
-rw-r--r--okupy/settings/production.py11
2 files changed, 3 insertions, 10 deletions
diff --git a/okupy/settings/development.py.sample b/okupy/settings/development.py.sample
index 9d48041..38d2a9d 100644
--- a/okupy/settings/development.py.sample
+++ b/okupy/settings/development.py.sample
@@ -108,7 +108,7 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.staticfiles',
'django_auth_ldap',
- 'okupy.accounts',
+ 'okupy.tests',
)
EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
diff --git a/okupy/settings/production.py b/okupy/settings/production.py
index 06f5eda..0e93f18 100644
--- a/okupy/settings/production.py
+++ b/okupy/settings/production.py
@@ -41,7 +41,7 @@ USE_TZ = True
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/var/www/example.com/media/"
-MEDIA_ROOT = '/var/www/okupy.gentoo.org/htdocs/media/'
+MEDIA_ROOT = '/var/www/identity.gentoo.org/htdocs/media/'
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash.
@@ -52,7 +52,7 @@ MEDIA_URL = '/media/'
# Don't put anything in this directory yourself; store your static files
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
# Example: "/var/www/example.com/static/"
-STATIC_ROOT = '/var/www/okupy.gentoo.org/htdocs/static/'
+STATIC_ROOT = '/var/www/identity.gentoo.org/htdocs/static/'
# URL prefix for static files.
# Example: "http://example.com/static/", "http://static.example.com/"
@@ -106,11 +106,4 @@ INSTALLED_APPS = (
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
- # Uncomment the next line to enable the admin:
- # 'django.contrib.admin',
- # Uncomment the next line to enable admin documentation:
- # 'django.contrib.admindocs',
- 'okupy.accounts',
- 'okupy.recover',
- 'okupy.verification',
)