Statistics
| Branch: | Tag: | Revision:

root / pithos / settings.d / 00-site.conf @ fe243425

History | View | Annotate | Download (1.4 kB)

1 390c7730 Giorgos Verigakis
# Local time zone for this installation. Choices can be found here:
2 390c7730 Giorgos Verigakis
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
3 390c7730 Giorgos Verigakis
# although not all choices may be available on all operating systems.
4 390c7730 Giorgos Verigakis
# On Unix systems, a value of None will cause Django to use the same
5 390c7730 Giorgos Verigakis
# timezone as the operating system.
6 390c7730 Giorgos Verigakis
# If running in a Windows environment this must be set to the same as your
7 390c7730 Giorgos Verigakis
# system time zone.
8 390c7730 Giorgos Verigakis
TIME_ZONE = 'UTC'
9 390c7730 Giorgos Verigakis
10 390c7730 Giorgos Verigakis
# Language code for this installation. All choices can be found here:
11 390c7730 Giorgos Verigakis
# http://www.i18nguy.com/unicode/language-identifiers.html
12 390c7730 Giorgos Verigakis
LANGUAGE_CODE = 'en-us'
13 390c7730 Giorgos Verigakis
14 390c7730 Giorgos Verigakis
SITE_ID = 1
15 390c7730 Giorgos Verigakis
16 390c7730 Giorgos Verigakis
# If you set this to False, Django will make some optimizations so as not
17 390c7730 Giorgos Verigakis
# to load the internationalization machinery.
18 390c7730 Giorgos Verigakis
USE_I18N = True
19 390c7730 Giorgos Verigakis
20 390c7730 Giorgos Verigakis
# If you set this to False, Django will not format dates, numbers and
21 390c7730 Giorgos Verigakis
# calendars according to the current locale
22 390c7730 Giorgos Verigakis
USE_L10N = True
23 390c7730 Giorgos Verigakis
24 390c7730 Giorgos Verigakis
# Absolute filesystem path to the directory that will hold user-uploaded files.
25 390c7730 Giorgos Verigakis
# Example: "/home/media/media.lawrence.com/"
26 390c7730 Giorgos Verigakis
MEDIA_ROOT = ''
27 390c7730 Giorgos Verigakis
28 390c7730 Giorgos Verigakis
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
29 390c7730 Giorgos Verigakis
# trailing slash if there is a path component (optional in other cases).
30 390c7730 Giorgos Verigakis
# Examples: "http://media.lawrence.com", "http://example.com/media/"
31 390c7730 Giorgos Verigakis
MEDIA_URL = ''
32 390c7730 Giorgos Verigakis
33 390c7730 Giorgos Verigakis
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
34 390c7730 Giorgos Verigakis
# trailing slash.
35 390c7730 Giorgos Verigakis
# Examples: "http://foo.com/media/", "/media/".
36 390c7730 Giorgos Verigakis
ADMIN_MEDIA_PREFIX = '/media/'