Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / synnefo / webproject / settings / default / site.py @ 2e45abfd

History | View | Annotate | Download (931 Bytes)

1
# -*- coding: utf-8 -*-
2
#
3
# Site-specific Django conf
4
##################################
5

    
6
# Language code for this installation. All choices can be found here:
7
# http://www.i18nguy.com/unicode/language-identifiers.html
8
LANGUAGE_CODE = 'en-us'
9

    
10
# If you set this to False, Django will make some optimizations so as not
11
# to load the internationalization machinery.
12
USE_I18N = True
13

    
14
# If you set this to False, Django will not format dates, numbers and
15
# calendars according to the current locale
16
USE_L10N = True
17

    
18
# Absolute path to the directory that holds media.
19
# Example: "/home/media/media.lawrence.com/"
20
MEDIA_ROOT = '/usr/share/synnefo/static/'
21

    
22
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
23
# trailing slash if there is a path component (optional in other cases).
24
# Examples: "http://media.lawrence.com", "http://example.com/media/"
25
MEDIA_URL = '/static/'
26

    
27
STATIC_FILES = {'synnefo.webproject': ''}