Project

General

Profile

« Previous | Next » 

Revision 9123ecac

Added by Jérôme Schneider over 12 years ago

agenda / api: act validation manage billable and lost

View differences:

calebasse/settings/common.py
238 238
LOGIN_REDIRECT_URL = '/'
239 239

  
240 240
# Base directory for generated patient files
241
PATIENT_FILES_BASE_DIRECTORY = None
241
PATIENT_FILES_BASE_DIRECTORY = '/home/jschneider/temp/target/'
242 242

  
243 243
# Client side base directory for generated patient files
244
CLIENT_SIDE_PATIENT_FILES_BASE_DIRECTORY = None
244
CLIENT_SIDE_PATIENT_FILES_BASE_DIRECTORY =  None
245 245

  
246 246
# Patient subdirectories
247 247
PATIENT_SUBDIRECTORIES = (
......
265 265
)
266 266

  
267 267
# RTF templates directory
268
RTF_TEMPLATES_DIRECTORY = None
268
RTF_TEMPLATES_DIRECTORY = '/home/jschneider/temp/templates/'

Also available in: Unified diff