diff options
Diffstat (limited to 'okupy/settings/production.py')
-rw-r--r-- | okupy/settings/production.py | 11 |
1 files changed, 2 insertions, 9 deletions
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', ) |