Add size queries in backend object lists.
[pithos] / pithos / settings.d / 00-deploy.conf
1 DEBUG = True
2 TEMPLATE_DEBUG = DEBUG
3
4 TEST = False
5
6 ADMINS = (
7     # ('Your Name', 'your_email@domain.com'),
8 )
9
10 MANAGERS = ADMINS
11
12 # Make this unique, and don't share it with anybody.
13 SECRET_KEY = '$j0cdrfm*0sc2j+e@@2f-&3-_@2=^!z#+b-8o4_i10@2%ev7si'
14
15 # Use to log to a file.
16 LOGFILE = None
17
18 # The server is behind a proxy (apache and gunicorn setup).
19 USE_X_FORWARDED_HOST = False
20
21 # Set umask (needed for gunicorn setup).
22 #umask(0077)