Revision ea2bea47 settings.py.dist

b/settings.py.dist
178 178
#Number of hours during which a user token is active
179 179
AUTH_TOKEN_DURATION = 24
180 180

  
181
#Controls whether the system is running tests
182
#Set as reading the DEBUG variable is not reliable (Django changes its value
183
# unpredictably)
184
TESTING = True

Also available in: Unified diff