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