Changeset 14124


Ignore:
Timestamp:
03/12/12 15:01:21 (12 years ago)
Author:
sil
Message:

Removed dependency on ldap, for CMT client. See #5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/sara_cmt/settings.py

    r12992 r14124  
    99SARACMT_BASE = os.path.normpath(os.path.dirname(__file__))
    1010PROJECT_BASE = os.path.normpath(os.path.join(SARACMT_BASE, os.path.pardir))
    11 CLIENT_ONLY = False
    1211
     12# Set to True for CMT clients, or False for the CMT server
     13CLIENT_ONLY = True
     14
     15# Whether or not to set logging to debug-level
    1316DEBUG = True
    1417
Note: See TracChangeset for help on using the changeset viewer.